-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebtCode quality issuesCode quality issues
Milestone
Description
- Unwrap
baseJupyterSession
wrapper layers (INotebook
and friends`) - Transition use of
executeObservable
innativeInteractiveWindow
to newkernelExecution.ts
codepath - Remove dependence on
ICell
interface. We should directly deal with nbformat cells and notebooks - Add
findMatchingWindow(uri: Uri)
toIInteractiveWindowProvider
and cleanupnativeInteractiveWindowCommandListener
- One unified command handler for kernel restart and interrupt, shared across native notebooks and interactive window
Here's a set of issues from early 2020 that may or may not related to this work item. Feel free to just close if no longer applicable.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebtCode quality issuesCode quality issues