Skip to content

Jupyter Notebook as a Jupyter Server extension

License

Notifications You must be signed in to change notification settings

ericsnekbytes/nbclassic

 
 

Repository files navigation

Jupyter Notebook as a Jupyter Server Extension

Testing nbclassic Documentation Status

NBClassic runs the Jupyter NbClassic frontend on the Jupyter Server backend.

This project prepares for a future where JupyterLab and other frontends switch to Jupyter Server for their Python Web application backend. Using this package, users can launch Jupyter NbClassic, JupyterLab and other frontends side-by-side on top of the new Python server backend.

Basic Usage

Install from PyPI:

> pip install nbclassic

This will automatically enable the extension in Jupyter Server.

Launch directly:

> jupyter nbclassic

Alternatively, you can run Jupyter Server and visiting the /tree endpoint:

> jupyter server

About

Jupyter Notebook as a Jupyter Server extension

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 43.4%
  • Jupyter Notebook 36.7%
  • Python 14.1%
  • Less 3.1%
  • HTML 2.7%
  • CSS 0.0%