Skip to content

Install Python and Jupyter Lab

Capnode edited this page Sep 4, 2022 · 32 revisions

To run strategies in Python and do research with Jupyter, a compatible Python package must be installed. The package and instructions below is verified to work.

Install Anaconda with Python 3.8.8

  • Make sure to do it for Just Me
  • Select an installation folder (e.g. C:\ProgramData\anaconda3)
  • Check the checkbox with the PATH environment vaiable

Install following Python modules:

pip install quantconnect
pip install clr-loader

Install Jupyter support for C# kernel:

dotnet tool install -g Microsoft.dotnet-interactive
dotnet interactive jupyter install

Clone this wiki locally