Metadata-Version: 2.1
Name: nbclassic
Version: 0.0.4
Summary: A package that provides a simple transition away from Jupyter Notebook to Jupyter Server
Home-page: https://github.com/Zsailer/nbclassic
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jupyter-server
Requires-Dist: notebook (<7)

# nbclassic: Jupyter Notebook Server Extension

**A package that provides a simple transition away from Jupyter Notebook to Jupyter Server.**

This library allows you to install both [jupyter/notebook](http://localhost:8888/tree) and a Jupyter Notebook Server Extension side-by-side (and any other Jupyter Server Frontend).

This helps projects like JupyterLab and nteract_on_jupyter transition from jupyter/notebook to jupyter/jupyter_server for the core Jupyter Tornado Server.

## Install

Install from PyPI:
```
pip install nbclassic
```

Launch with Jupyter Server:
```
jupyter server
```
and go to: http://localhost:8888/tree?token=...


