Skip to content

Install Python and Jupyter Lab

Capnode edited this page Dec 26, 2022 · 32 revisions

To run strategies in Python and do research with Jupyter, a compatible Python package must be installed on your computer.

  • Install Winget from Microsoft Store.
  • Install Microsoft Visual C++ Redistributable for 64bit Windows.
  • Install Anaconda with Python 3.9.13
  • Make sure to do it for Just Me
  • Select an installation folder (e.g. C:\ProgramData\anaconda3)
  • Check "Add Anaconda3 to my PATH environment variable"

Open a command window and do following commands:

pip uninstall -y numpy
pip install numpy==1.21.5
pip install quantconnect
pip install clr-loader==0.1.6
winget install Microsoft.DotNet.SDK.6
dotnet tool install -g --version 1.0.345202 Microsoft.dotnet-interactive
dotnet interactive jupyter install

Clone this wiki locally