-
Notifications
You must be signed in to change notification settings - Fork 39
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.
- 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 --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 installStart or restart the Algoloop program.