-
Notifications
You must be signed in to change notification settings - Fork 39
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.
Install Anaconda with Python 3.9.12
- 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"
Install following Python modules:
pip install quantconnect
pip install clr-loaderInstall Jupyter support for C# kernel:
dotnet tool install -g Microsoft.dotnet-interactive
dotnet interactive jupyter install