Skip to content

Install Python and Jupyter Lab

Capnode edited this page Jan 4, 2023 · 32 revisions

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

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 --silent Microsoft.DotNet.SDK.6
  • Open a new command window and do following commands:
dotnet tool install -g --version 1.0.345202 Microsoft.dotnet-interactive
dotnet interactive jupyter install

Start or restart the Algoloop program.

Clone this wiki locally