https://github.com/quantlabio/quantlab_launcher
https://github.com/quantlabio/quantlab_launcher
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantlabio/quantlab_launcher
- Owner: quantlabio
- License: bsd-3-clause
- Created: 2017-08-25T01:53:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T06:02:04.000Z (over 8 years ago)
- Last Synced: 2025-01-20T23:14:48.814Z (over 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quantlab launcher
https://github.com/quantlabio/quantlab_launcher
## Install
`pip install quantlab_launcher`
## Usage
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.
## Development Install
```
git clone https://github.com/quantlabio/quantlab_launcher.git
cd quantlab_launcher
pip install -e .
```