-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
- Open workspace folder, create an ipynb file on disc, save this, select a kernel and run a cell
- Reload VS Code
- The kernel will be automatically selected,
- We're unable to run cells, unless you switch kernels
Error: notebook controller is NOT associated to notebook: file:///Users/donjayamanne/demo/sample.ipynb
at Object.createNotebookCellExecution (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:150:213939)
at KernelController.createNotebookCellExecution (/Users/donjayamanne/Development/vsc/vscode-jupyter/src/kernels/kernelController.ts:13:32)
at Function.create (/Users/donjayamanne/Development/vsc/vscode-jupyter/src/kernels/execution/cellExecutionCreator.ts:152:24)
at Function.getOrCreate (/Users/donjayamanne/Development/vsc/vscode-jupyter/src/kernels/execution/cellExecutionCreator.ts:121:50)
at _VSCodeNotebookController.createCellExecutionIfNecessary (/Users/donjayamanne/Development/vsc/vscode-jupyter/src/notebooks/controllers/vscodeNotebookController.ts:515:53)
at _VSCodeNotebookController.executeCell (/Users/donjayamanne/Development/vsc/vscode-jupyter/src/notebooks/controllers/vscodeNotebookController.ts:534:25)
a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug