https://github.com/quantlabio/quantlab_launcher
pip install quantlab_launcher
The application author creates a QuantLab build on their machine
using the core QuantLab application. They can then serve their
files by subclassing the LabLauncherApp
with the appropriate
configuration and creating a Python entry point that launches the app.
git clone https://github.com/quantlabio/quantlab_launcher.git
cd quantlab_launcher
pip install -e .