Skip to content

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

Read more on the Jupyter Server roadmap.

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.

Weekly Dev Meeting

We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another.

Anyone is welcome to attend, if they would like to discuss a topic or just to listen in.

When: Thursdays 8:00am, Pacific time Where: calpoly/jupyter Zoom What: Meeting notes

Resources

Packages

No packages published

Languages

  • Jupyter Notebook 60.4%
  • Python 39.4%
  • Other 0.2%