interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Create new `vscode.NotebookController` for each notebook instead of the global singleton object.

Open brettfo opened this issue 3 years ago • 0 comments

Currently we create a single vscode.NotebookController object that's shared between all open and future notebooks. We'll have much more control over execution as well as available languages if we follow the example of the Jupyter team and create a unique controller for each notebook.

brettfo avatar Jul 26 '22 17:07 brettfo