VScode notebook never stops executing but issues no errors #13031
Unanswered
zstern
asked this question in
Questions and Answers
Replies: 1 comment 1 reply
-
sounds like something else has changed outside vscode. Else it shoudl work in the pervious version. Please could you enable logging as follows:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When executing a cell the cell just keeps running and never stops and never issues an error. VSCODE juputer notebooks used to work so I rolled back the install a bit but still get the same problem. It seems to be mostly on imports. I can run something simple like print('hello') which does execute but then when I go to import anything even native packages it just shows the loading errors and line animation across the top but nothing ever concludes. Even if i restart the kernal the notebook acts like its still executing.
I'm using vscode Version: 1.76.0 (Universal)
Commit: 92da9481c0904c6adfe372c12da3b7748d74bdcb
and jupyter extension v2023.1.2000312134. On a macbook pro with m1 chip. I don't know what changed as the notebook extension used to work and now it does not.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions