Jupyter NbClassic

1.3.3 · active · verified Thu Apr 09

Jupyter NbClassic is an implementation of the classic Jupyter Notebook 6 as a Jupyter Server extension. It allows users to continue using the Notebook 6 tech-stack and its associated extensions and customizations alongside newer Jupyter environments like Notebook 7 or JupyterLab. The project is currently at version 1.3.3 and receives ongoing maintenance, primarily focusing on security and bug fixes while providing a stable, familiar interface. [1, 6, 7, 14]

Warnings

Install

Imports

Quickstart

To launch the classic Jupyter Notebook interface, simply run `jupyter nbclassic` in your terminal. This will start a Jupyter Server and open the notebook interface in your web browser, typically at `http://127.0.0.1:8888`. [1, 2]

jupyter nbclassic

view raw JSON →