-
Notifications
You must be signed in to change notification settings - Fork 39
Install Python and Jupyter Lab
Capnode edited this page Dec 20, 2022
·
32 revisions
To run strategies in Python and do research with Jupyter, a compatible Python package must be installed on your computer.
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