blob: df5b826966b7e975eb4a81a1d1755e256ba208b2 (
plain) (
blame)
1
2
3
4
|
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.
|