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

ajbozarth/jupyterlab_server

 
 

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 .

About

A set of server components for JupyterLab and JupyterLab like applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • HTML 2.4%