vscode/extensions/ipynb
Michael Lively 42238bdaab
notebook image cleaning automation (#159212)
* cache and cleaner complete, needs debounce

* minor renaming and reformatting

* bugfix for paste into new cell

* cleaning functionality complete

* refer to metadata as copy of current cell's

* check undef before reading from cache

* working state, pending cache restructure

* dots -> brackets

* pre-class refactor

* massive cleaner refactor

* cache typing, closed nb check, workspaceEdit only if metadata is changed

* undefined access fix

* proper debouncer

* get it up to work again

* no need to loop

* cell metadata uri parsing regression

* diagnostic

* Show diagnostics on document open

* transfer cache before file renames

* disable word wrap in notebook diff editor

* Avoid early notebook cell metadata deep clone

* No special case empty cell

* rename

* better naming

* Quick fix for invalid image attachment

* cleanup

* Add code action metadata

Co-authored-by: rebornix <penn.lv@gmail.com>
2022-09-09 11:32:10 -07:00
..
.vscode notebook image cleaning automation (#159212) 2022-09-09 11:32:10 -07:00
notebook-src change dir of cellAttachmentRenderer (#157671) 2022-08-09 20:00:24 +02:00
src notebook image cleaning automation (#159212) 2022-09-09 11:32:10 -07:00
.gitignore add notebook-out to .gitignore 2022-07-26 12:29:23 -07:00
.vscodeignore change dir of cellAttachmentRenderer (#157671) 2022-08-09 20:00:24 +02:00
esbuild.js change dir of cellAttachmentRenderer (#157671) 2022-08-09 20:00:24 +02:00
extension-browser.webpack.config.js Rename serializer extension and set up build scripts 2021-07-21 15:03:24 -07:00
extension.webpack.config.js Rename serializer extension and set up build scripts 2021-07-21 15:03:24 -07:00
package.json notebook image cleaning automation (#159212) 2022-09-09 11:32:10 -07:00
package.nls.json fix setting description for #159091 2022-08-24 12:20:38 -07:00
README.md ipynb: fix readme 2021-07-27 13:54:19 -07:00
tsconfig.json Finalize notebookWorkspaceEdit api (#159613) 2022-08-30 15:36:40 -07:00
yarn.lock Update ipynb yarn lock (#156004) 2022-07-22 23:26:14 +02:00

Jupyter for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides the following Jupyter-related features for VS Code:

  • Open, edit and save .ipynb files