This package browser is in early development. Mind the rough edges.

python-nbclassic

Jupyter Notebook as a Jupyter Server extension

NbClassic provides a backwards compatible Jupyter Notebook interface that you can install side-by-side with the latest versions: That way, you can fearlessly upgrade without worrying about your classic extensions and customizations breaking. Because NbClassic provides the classic interface on top of the new Jupyter Server backend, it can coexist with other frontends like JupyterLab and Notebook 7 in the same installation. NbClassic preserves the custom classic notebook experience under a new set of URL endpoints, under the namespace /nbclassic/.

Installation

Install the latest version of python-nbclassic as follows:

guix install python-nbclassic

Or install a particular version:

guix install python-nbclassic@1.0.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-nbclassic about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-nbclassic'><img src='https://packages.guix.gnu.org/packages/python-nbclassic/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-nbclassic/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-nbclassic)

Example Org:

[[https://packages.guix.gnu.org/packages/python-nbclassic][https://packages.guix.gnu.org/packages/python-nbclassic/badges/latest-version.svg]]