info 14:39:17.524: Process Execution:>/usr/bin/python3 -c"import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");">/usr/bin/python3 -c"import site;print("USER_BASE_VALUE");print(site.USER_SITE);print("USER_BASE_VALUE");"info 14:39:17.528: Starting...
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...
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 ...
ipykernel == 6.21.2 Python == 3.9.7 In terminal ipython the same code works fine. The execution of every next cell get stuck with long Pending cell status (min. 10 seconds for eg. declare an empty list) always after run a cell that contains the following code: def split_list_to_n...
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...
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...
Issue Type: Bug I can connect to a remote server via ssh clients, but very often it keeps coming up and says "Attempting to reconnect." It will typically reconnect after 10 to 15 seconds. Any ideas on how I could get more logs or details...
Steps to Reproduce: The code gets stuck on "Connecting to Kernel". This happened after the last update. Before this code was running fine. Also, where can I disable the updates. Is it necessary that the updates are automatic? vscode-triage-bot ...
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 ...
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 #...