Files

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:

  1. Install Jupyter:
    pip install jupyter
  1. Install QuantConnect Python API
   pip install quantconnect

2. Run Jupyter:

  1. Update the config.json file in Lean/Launcher/ folder
   "composer-dll-directory": ".",
  1. Rebuild the solution to refresh the configuration and binaries.
  2. Run Jupyter from the command line,
    cd Lean/Launcher/bin/Debug
    jupyter lab