Socket
Socket
Sign inDemoInstall

nbclassic

Package Overview
Dependencies
33
Maintainers
8
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nbclassic

Jupyter Notebook as a Jupyter Server extension.


Maintainers
8

Readme

The Classic Jupyter Notebook as a Jupyter Server Extension

Testing nbclassic Documentation Status

Read the full NbClassic User Manual here!

The Jupyter Notebook is evolving to bring you big new features, but it will also break backwards compatibility with many classic Jupyter Notebook extensions and customizations.

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.

How does it work?

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/.

Basic Usage

Install from PyPI:

> pip install nbclassic

This will automatically enable the NbClassic Jupyter Server extension in Jupyter Server.

Launch directly:

> jupyter nbclassic

Alternatively, you can run Jupyter Server:

> jupyter server

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc