You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified on Windows + WSL
Windows (with Powershell) required ipykernel-env\Scripts\activate.ps1 rather than ipykernel-env\Scripts\activate.bat
Windows also required running python -m ipykernel install --user rather than python3 -m ipykernel install --user otherwise I got a No module named ipykernel error
Refs: #126431, microsoft/vscode-jupyter#5607
Complexity: 4
Authors: @roblourens, @DavidKutu
Create Issue
Setup
"jupyter.experimental.debugging": true
python3
orpython
Mac/Linux:
Windows:
Testing
F10
while a cell is selectedF10
) to advance to the next line, or the stop button on the left of the cell to end the sessionTest full debugging
More testing
Known issues
Filing issues
File issues on the jupyter repo using the link above. Include the log from the Jupyter output channel
The text was updated successfully, but these errors were encountered: