Setup Cursor¶
- Download the latest version of cursor from here
- Run the executable and install with default options.
- After the installation, Run the command
cursor --versionin terminal. The output should show the version of cursor which is installed.
Note
if you prefer Visual studio code instead of cursor download it from here and install with defaults. Run the command code --version in a new terminal window to ensure successful installation.
Setup Extensions¶
- Install Python extension by ms-python
- Install Jupyter extension by ms-toolsai