The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
Project description
# Jupyter Server
[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg)](https://github.com/jupyter/jupyter_server/actions) [![Documentation Status](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest)
The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.
For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest).
## Installation and Basic usage
To install the latest release locally, make sure you have [pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
$ pip install jupyter_server
Jupyter Server currently supports Python>=3.5 on Linux, OSX and Windows.
### Versioning and Branches
If Jupyter Server is a dependency of your project/application, it is important that you pin it to a version that works for your application. Currently, Jupyter Server only has minor and patch versions. Different minor versions likely include API-changes while patch versions do not change API.
When a new minor version in released on PyPI, a branch for that version will be created in this repository, and the version of the master branch will be bumped to the next minor version number. That way, the master branch always reflects the latest un-released version.
To see the changes between releases, checkout the [CHANGELOG](https://github.com/jupyter/jupyter_server/blob/master/CHANGELOG.md).
## Usage - Running Jupyter Server
### Running in a local installation
Launch with:
$ jupyter server
## Contributing
If you are interested in contributing to the project, see [CONTRIBUTING.rst](CONTRIBUTING.rst).
## Team Meetings and Roadmap
When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&) Where: [calpoly/jupyter Zoom](https://zoom.us/my/jovyan) What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)
When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
Where: [Jovyan Zoom](https://zoom.us/my/jovyan)
What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)
See our tentative [roadmap here](https://github.com/jupyter/jupyter_server/issues/127).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jupyter_server-1.0.0rc13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6832601d28f06c5921a52604a6edb512265f5a8df52bb4256e5e6f285be8ef8 |
|
MD5 | 8e715adc4e9d660a68c86d949ac2f0f1 |
|
BLAKE2b-256 | 4edee389f6183ca53b09fe1a1832dd0979d8f09691ad04a070a7bbe08d30ba22 |