QuantConnect Jupyter Project:
Before we enable Jupyter support, follow Lean installation and Python installation to get LEAN running Python algorithms in your machine.
Windows
1. Install Jupyter and its dependencies:
- Install Jupyter:
pip install jupyter
- Install QuantConnect Python API
pip install quantconnect
2. Run Jupyter:
- Update the config.json file in
Lean/Launcher/folder
"composer-dll-directory": ".",
- Rebuild the solution to refresh the configuration and binaries.
- Run Jupyter from the command line,
cd Lean/Launcher/bin/Debug
jupyter lab