Skip to content

aschlaep/jupyter_server

 
 

Repository files navigation

Jupyter Server

Google Group Build Status Documentation Status

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.

Installation

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

Usage - Running Jupyter Server

Running in a local installation

Launch with:

$ jupyter server

Running in a remote installation

You need some configuration before starting Jupyter server remotely. See Running a Jupyter server.

Development Installation

See CONTRIBUTING.rst for how to set up a local development installation.

Contributing

If you are interested in contributing to the project, see CONTRIBUTING.rst.

Resources

About

Jupyter Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 61.6%
  • Python 34.2%
  • HTML 4.1%
  • JavaScript 0.1%