Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.

License

NotificationsYou must be signed in to change notification settings

jupyter-server/jupyter_server

Build StatusDocumentation Status

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.

Installation and Basic usage

To install the latest release locally, make sure you havepip installed and run:

pip install jupyter_server

Jupyter Server currently supports Python>=3.6 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 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.

Usage - Running Jupyter Server

Running in a local installation

Launch with:

jupyter server

Testing

SeeCONTRIBUTING.

Contributing

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

Team Meetings and Roadmap

See our tentativeroadmap here.

About the Jupyter Development Team

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

Our Copyright Policy

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

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp