-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitynotebookon-testplan
Milestone
Description
Work items
- Built-in extension that ships with VS Code and that can be disabled but not uninstalled
- Support both web and desktop
- Starter code https://github.com/joyceerhl/vscode-jupyter-notebook-serializer -
Built-in support for creating a new Jupyter notebook via the New File... flow -
ms-toolsai.jupyter
cleanup- Deregister our serializer Don't register our jupyter-notebook serializer vscode-jupyter#6778
- Delay native notebooks survey notification when users dismiss (eventually remove survey) Clicking 'x' should be equivalent to clicking No on survey prompts and survey should not show for interactive window vscode-jupyter#6767
- Do not update workbench.editorAssociations setting based on experiment (VS Code will continue to cache) Remove code to configure
workbench.editorAssociations
based on experiment status vscode-jupyter#6768
- New Jupyter notebook getting started experience in VS Code
- Recommend Jupyter extension if missing renderers for output mimetypes
- Recommend kernel extensions in order to run code
- Fix existing notification to install Jupyter extension for ipynb files (shows only for json, not for notebook editor UI which is the default experience today)
- Syntax highlighting for ipynb json
- Restore custom editor backup with ipynb serializer @rebornix
-
Remove custom editor contribution in Jupyter extension (after testing)
-
Deferred
- Jupyter and builtin ipynb extension to depend on a common npm package providing utilities for converting between VS Code notebook types and nbformat
- Reimplement create new and export without serializer Remove notebook serializer from Jupyter extension vscode-jupyter#6756
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitynotebookon-testplan