Metadata-Version: 2.1
Name: notebook-shim
Version: 0.0.2
Summary: A package that provides a simple transition away from Jupyter Notebook to Jupyter Server
Home-page: https://github.com/Zsailer/notebook_shim
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)

# Jupyter Notebook Server Shim

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

The library provides a simple way for projects like JupyterLab and nteract_on_jupyter to transition from depending on jupyter/notebook to jupyter/jupyter_server for the core Jupyter Tornado Server.

