- Notifications
You must be signed in to change notification settings - Fork378
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
License
jupyter-server/jupyter_server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 ourdocumentation here.
To install the latest release locally, make sure you havepip installed and run:
pip install jupyter_serverJupyter Server currently supports Python>=3.6 on Linux, OSX and Windows.
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 is released on PyPI, a branch for that version will be created in this repository, and the version of the main branch will be bumped to the next minor version number. That way, the main branch always reflects the latest un-released version.
To see the changes between releases, checkout theCHANGELOG.
Launch with:
jupyter serverSeeCONTRIBUTING.
If you are interested in contributing to the project, seeCONTRIBUTING.rst.
- When: Thursdays8:00am, Pacific time
- Where:Jovyan Zoom
- What:
See our tentativeroadmap here.
The Jupyter Development Team is the set of all contributors to the Jupyter project.This includes all of the Jupyter subprojects.
The core team that coordinates development on GitHub can be found here:https://github.com/jupyter/.
Jupyter uses a shared copyright model. Each contributor maintains copyrightover their contributions to Jupyter. But, it is important to note that thesecontributions are typically only changes to the repositories. Thus, the Jupytersource code, in its entirety is not the copyright of any single person orinstitution. Instead, it is the collective copyright of the entire JupyterDevelopment Team. If individual contributors want to maintain a record of whatchanges/contributions they have specific copyright on, they should indicatetheir copyright in the commit message of the change, when they commit thechange to one of the Jupyter repositories.
With this in mind, the following banner should be used in any source code fileto indicate the copyright and license terms:
# Copyright (c) Jupyter Development Team.# Distributed under the terms of the Modified BSD License.About
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.