Skip to content

jupyterlab/jupyterlab_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ecc630 · Jun 1, 2021
May 14, 2021
Apr 16, 2021
Jun 1, 2021
Apr 14, 2021
Jun 1, 2021
Feb 23, 2021
Nov 9, 2020
Apr 19, 2021
Mar 30, 2021
May 14, 2021
Jun 1, 2021
Apr 14, 2021
May 10, 2021
Apr 19, 2021

Repository files navigation

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.