The Jupyter Server provides the backend for Jupyter web applications such as the Jupyter notebook and JupyterLab.
jupyter_server is an early developer preview, and is not suitable for general usage yet. Features and implementation are subject to change. Please use the stable notebook server for production usecases.
You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.
For a local installation, make sure you have pip installed and run:
$ pip install jupyter_server
Launch with:
$ jupyter server
You need some configuration before starting Jupyter server remotely. See Running a Jupyter server.
See CONTRIBUTING.rst
for how to set up a local development installation.
If you are interested in contributing to the project, see CONTRIBUTING.rst
.