A set of server components for JupyterLab and JupyterLab like applications.
Project description
jupyterlab server
Motivation
JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a set of REST API handlers and utilities that are used by JupyterLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.
Install
pip install jupyterlab_server
To include optional openapi
dependencies, use:
pip install jupyterlab_server[openapi]
To include optional pytest_plugin
dependencies, use:
pip install jupyterlab_server[test]
Usage
See the full documentation for API docs and REST endpoint descriptions.
Extending the Application
Subclass the LabServerApp
and provide additional traits and handlers as appropriate for your application.
Contribution
Please see CONTRIBUTING.md
for details.
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 jupyterlab_server-2.19.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51f6922e34f9f3db875051f4f7b57539a04ddd030f42d9ce6062dedf67bf7f2f |
|
MD5 | 65362483eec64851005c258635e8dfa1 |
|
BLAKE2b-256 | ffc86fd585111c15cd7cb645c0a45e1b56ec8a47b02e95d876d844e24a587f00 |