A restored Interactive Window will be re-used for code cells from the same python file. (#11574) In the insiders kernel picker, don't prepopulate the server display name field with the URI. (#11643) Update the "Install Python" kernel command to use the python api directly and remove con...
Issue Type: Bug Problem description: When trying to use the interactive python. vscode gets stuck on "Connecting to kernel" for 15 to 20 minutes if it ever passes that step. Steps to reproduce it: Open Vscode Go to the folder where you h...
Store version of the Python interpreter (kernel) in the notebook metadata when running cells. (#8064) Make shift+enter not take focus unless about to add a new cell. (#8069) When checking the version of pandas, use the same interpreter used to start Jupyter. (#8084) Make brackets and ...
Unable to use Run By Line first time when connecting to remote jupyter server #7690 Double Interrupt output while in RBL #7696 Make error output collapsed by default (Was: Ugly output when clicking Stop Cell Execution) #7764 Restarting kernel while debugging remotely gets stuck in debug mode #...
pythonms-2020.8.101144 (2 theme extensions excluded) vscode-triage-botassignedrebornixAug 21, 2020 nemonominemcommentedAug 24, 2020• edited Yes, I checked all that. Tried removing most extensions, did a complete uninstall and reinstall, tried to turn off jedi, etc. ...
Allow connecting to Jupyter Servers that require authentication @IanMatthewHuff vscode-jupyter#10300 🏃 Kernel architecture review and polish vscode-jupyter#10832 @rebornix @DonJayamanne Debugging 🏃 Restart Run-by-Line debugging session when stopped in a python file vscode-jupyter#7611 @roblourens...
Only the "Spell Right" extension causes me to get stuck in the endless "Attempting to reconnect..." loop. The only way to resolve the endless loop is to manually delete the offending extension directory on my remote server. In my case, as a workaround, I've been able to install a si...
Python and/or Anaconda version: 3.9.4 Jupyter server running: Local Expected behaviour Connecting to Wolfram Kernel and doing calculation (just like on remote server): Actual behaviour Can not connect to Wolfram Server: Steps to reproduce:
I am using a python poetry environment as my interpreter, I wonder if this has something to do with it? I basically have the same situation as you, When it gets stuck, I cannot interrupt, restart the kernel, I also cannot save or close the notebook. It is very inconvenient at this ...
Fixed a launch issue affecting interactive window Python debugging using older IPython versions. Fixed an issue that could cause datasets with extremely long string values to get stuck loading indefinitely. Version 1.6.0 Updates Raised the minimum required version of Pandas from 0.25.4 to 1.2.0. ...