loongson/pypi/: jupyterlab-server-2.6.0 metadata and description

Homepage Simple index

A set of server components for JupyterLab and JupyterLab like 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 jupyter,jupyterlab
platform
  • Linux
  • Mac OS X
  • Windows
provides_extras test
requires_dist
  • babel
  • jinja2 (>=2.10)
  • json5
  • jsonschema (>=3.0.1)
  • packaging
  • requests
  • jupyter-server (~=1.4)
  • codecov ; extra == 'test'
  • ipykernel ; extra == 'test'
  • pytest (>=5.3.2) ; extra == 'test'
  • pytest-cov ; extra == 'test'
  • jupyter-server[test] ; extra == 'test'
  • openapi-core (~=0.13.8) ; extra == 'test'
  • pytest-console-scripts ; extra == 'test'
  • strict-rfc3339 ; extra == 'test'
  • ruamel.yaml ; extra == 'test'
  • wheel ; 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
jupyterlab_server-2.6.0-py3-none-any.whl
Size
54 KB
Type
Python Wheel
Python
3

jupyterlab server

Coverage Build Status Documentation Status

Install

pip install jupyterlab_server

Usage

The application author creates a JupyterLab build on their machine using the core JupyterLab application. They can then serve their files by subclassing the LabServerApp with the appropriate configuration and creating a Python entry point that launches the app.

Contribution

Please see CONTRIBUTING.md for details.