Skip to content

Latest commit

 

History

History

Research

QuantConnect Research Project:

Before we enable Jupyter support, follow Lean installation and Python installation to get LEAN running Python algorithms in your machine.

1. Installation:

  1. Install JupyterLab:
    pip install jupyterlab
  1. Install QuantConnect Python API
   pip install quantconnect
  1. Linux and macOS: Copy pythonnet binaries for jupyter
 cp Lean/Launcher/bin/Debug/jupyter/* Lean/Launcher/bin/Debug

2. Run Jupyter:

  1. Update the config.json file in Lean/Launcher/bin/Debug/ folder
   "composer-dll-directory": ".",
  1. Run Jupyter from the command line
    cd Lean/Launcher/bin/Debug
    jupyter lab