How to use Jupyter Note Book in Visual Studio Code & Python Virtual Environments

preview_player
Показать описание
Setup Keyboard Shortcuts in Visual Studio Code video

terminal commands:
######################################
cd /home/jasona2/env/env3.7.5/bin
source /home/jasona2/env/env3.7.5/bin/activate
deactivate

######################################
cd /home/jasona2/env/env3.8.5/bin
source /home/jasona2/env/env3.8.5/bin/activate
deactivate

###### Jupyterexport as Python script ##########
pip install nbconvert
pip install pandoc
pip install pyppeteer

###vscode setting statements. please jasona2 to match your home directory##



Рекомендации по теме
Комментарии
Автор

TL;DR - addding "python.venvPath": "/pathToPythonExeInVenv" to settings.json of VSCode was enough for me

divelix