Skip to content

A set of server components for JupyterLab and JupyterLab like applications

License

Notifications You must be signed in to change notification settings

jupyterlab/jupyterlab_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2d7573 · Sep 21, 2020
Aug 25, 2020
Sep 21, 2020
Aug 9, 2018
May 17, 2020
Dec 6, 2017
Aug 20, 2019
Jul 28, 2020
Feb 26, 2020
Jul 31, 2020
Sep 18, 2020
Sep 13, 2018

Repository files navigation

jupyterlab server

Tests Coverage

https://github.com/jupyterlab/jupyterlab_server

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.

Development Install

git clone https://github.com/jupyterlab/jupyterlab_server.git
cd jupyterlab_server
pip install -e .