-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Run By Line in Jupyter notebooks #133903
Comments
Any ideas why I get this prompt when I click the RBL button? I followed the setup described here and got confirmation Selected the Python 3.9.7 kernel: Tried moving the notebook to different directory levels (i.e. in and out of the jupyter-dbg / ipykernel-env folder) and also tried running Attached Jupyter logs in case they're useful, otherwise wondering if I'm selecting an incorrect option or missing a common step? Jupyter9-28.txt |
Do you have the python extension installed? |
Yes - |
Can you check that you got the latest version of the jupyter extension and don't have a reload pending, and give me a call if so? |
what version of ipykernel comes up if you run |
I have Jupyter extension
Version: 5.5.5 shows up. Seems like that's likely the issue based on the troubleshooting: Any thoughts why I'd have the wrong version even after following the steps above? |
Although I previously ran |
Seeing the same error as Brigit when I try to use Run By Line "Ipykernel setup required for this feature". |
If you are using that Titanic.ipynb, you can install deps from the yml like |
Refs: microsoft/vscode-jupyter#5607
Complexity: 3
Authors: @roblourens, @DavidKutu
Create Issue
Setup
Mac/Linux:
Windows:
"jupyter.logging.level": "verbose"
Testing
Run Next Line
, and another button calledContinue Execution
should appear next to itRun Next Line
should step into the next line, stepping into functions defined in the same cell, but not stepping into anything else (functions in other cells, other python files, other python packages, etc.)Continue Execution
should stop RBL, and continue executing the cell where it left offMore Testing
Jupyter: Variables
comes up and that your variables get updated after each stepFiling issues
File issues on the jupyter repo using the link above. Include the log from the Jupyter output channel
Known Issues
Run All
(Stuck VS Code window when starting RBL when other cells are already running vscode-jupyter#7638). If you repro, please add logs, environment and repro steps (if they are different)ctrl + z
) while its running, it thinks its still runningThe text was updated successfully, but these errors were encountered: