loongson/pypi/: jupyter-server-1.9.0 metadata and description

Homepage Simple index

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

author Jupyter Development Team
author_email jupyter@googlegroups.com
classifiers
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
description_content_type text/markdown
keywords ipython,jupyter
platform
  • Linux
  • Mac OS X
  • Windows
provides_extras test
requires_dist
  • jinja2
  • tornado (>=6.1.0)
  • pyzmq (>=17)
  • argon2-cffi
  • ipython-genutils
  • traitlets (>=4.2.1)
  • jupyter-core (>=4.6.0)
  • jupyter-client (>=6.1.1)
  • nbformat
  • nbconvert
  • Send2Trash
  • terminado (>=0.8.3)
  • prometheus-client
  • anyio (<4,>=3.1.0)
  • websocket-client
  • requests-unixsocket
  • coverage ; extra == 'test'
  • pytest ; extra == 'test'
  • pytest-cov ; extra == 'test'
  • pytest-mock ; extra == 'test'
  • requests ; extra == 'test'
  • pytest-tornasync ; extra == 'test'
  • pytest-console-scripts ; extra == 'test'
  • ipykernel ; extra == 'test'
requires_python >=3.6

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
jupyter_server-1.9.0-py3-none-any.whl
Size
381 KB
Type
Python Wheel
Python
3

Jupyter Server

Build Status Documentation 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 our documentation here.

Installation and Basic usage

To install the latest release locally, make sure you have pip 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 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.

Usage - Running Jupyter Server

Running in a local installation

Launch with:

jupyter server

Testing

To test an installed jupyter_server, run the following:

pip install jupyter_server[test]
pytest jupyter_server

Contributing

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

Team Meetings and Roadmap

See our tentative roadmap here.