-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-workflowIssues that interrupt expected or desirable behaviorIssues that interrupt expected or desirable behaviorpapercut 🩸Something affecting the productivity of the teamSomething affecting the productivity of the teamverifiedVerification succeededVerification succeeded
Milestone
Description
Environment data
- VS Code version: 1.60.1
- Jupyter Extension version (available under the Extensions sidebar): v2021.8.2041215044
- Python Extension version (available under the Extensions sidebar): v2021.9.1246542782
- OS (Windows | Mac | Linux distro) and version: debian 11
- Python and/or Anaconda version: 3.9.2
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): none
- Jupyter server running: Local (I think, running notebook on a vm with ssh extension)
Expected behaviour
import tensorflow
would work
Actual behaviour
See screenshot below
Steps to reproduce:
Initially I got same error messages as here #7190, but unfortunately can't reproduce them anymore.
Error: Kernel is dead
Error: Kernel is dead
at g._sendKernelShellControl (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:1006195)
at g.sendShellMessage (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:1005964)
at g.requestExecute (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:1008506)
at d.requestExecute (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:37:325680)
at w.requestExecute (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:32:18027)
at w.executeCodeCell (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:301076)
at w.execute (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:300703)
at w.start (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:296367)
at async t.CellExecutionQueue.executeQueuedCells (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:311160)
at async t.CellExecutionQueue.start (/home/debian/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.2041215044/out/client/extension.js:52:310700)
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebook-workflowIssues that interrupt expected or desirable behaviorIssues that interrupt expected or desirable behaviorpapercut 🩸Something affecting the productivity of the teamSomething affecting the productivity of the teamverifiedVerification succeededVerification succeeded