Skip to content

jupyterlab/jupyterlab_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49d9c0d · Sep 7, 2021
Aug 18, 2021
Jul 8, 2021
Sep 7, 2021
Sep 7, 2021
Sep 7, 2021
Aug 22, 2021
Nov 9, 2020
Apr 19, 2021
Mar 30, 2021
May 14, 2021
Sep 7, 2021
Apr 14, 2021
Aug 17, 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.