-
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. The package and instructions below is verified to work.
Install Anaconda with Python 3.8.8
- Make sure to do it for Just Me
- Select an installation folder (e.g. C:\ProgramData\anaconda3)
- Check the checkbox with the PATH environment vaiable
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