karlaspuldaro / nbclassic

Jupyter Notebook as a Jupyter Server extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 43.5%Language:Jupyter Notebook 36.9%Language:Python 13.7%Language:Less 3.1%Language:HTML 2.7%Language:CSS 0.1%Language:Shell 0.0%