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.
Release files for jupyterlab-server 2.28.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jupyterlab_server-2.28.1.tar.gz | 78.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jupyterlab_server-2.28.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 138.3 kB
Release files / jupyterlab_server-2.28.1.tar.gz
| Download URL | jupyterlab_server-2.28.1.tar.gz |
|---|---|
| Size | 78.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0c3c2418d51021ce280916e63dfe4cba8386b4e2787be5c25433c98f560ddb31
|
|
BLAKE2b-256 checksum How to use checksums |
16c508946a10b81bd64408d8b78cb352e17fe52d3ee11c2aef00a0f06e506938
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / jupyterlab_server-2.28.1-py3-none-any.whl
| Download URL | jupyterlab_server-2.28.1-py3-none-any.whl |
|---|---|
| Size | 60.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4bd36c7c11d872e15cefa4951e12380a47e6901687165332dd50a007cb367ad9
|
|
BLAKE2b-256 checksum How to use checksums |
23d3996332fe24f3c2458b9c353b998570dfa2631763e9a8674ba3f94c0877d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|