python-nbclassic 1.0.0
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/
.
- Outputs:
out
- Website: https://github.com/jupyter/nbclassic
- Licenses: Modified BSD
- Package source: gnu/packages/jupyter.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-nbclassic 1.0.0
as follows:
guix install python-nbclassic@1.0.0
Or install the latest version:
guix install python-nbclassic
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.