vscode/extensions/ipynb
Michael Lively 9225503c85
Support for pasting images into markdown notebook cells (#156847)
* dataflow support for updated metadata

* update cellAttachmentRenderer.ts to reflect metadata being a getter() inside MarkupCell

* document paste additions

* update condition to re-render cells, now includes metadata changes

* paste API working, debugging command added

* paste working with metadata. needs numbering, and cleaning upon delete

* paste screenshot works fully

* remove debugging command. Cleaning.

* notebook cells now re-render upon metadata changes

* changed name validity checking, remove unneeded function

* use _document for cell data, use snippet choice, dto fix

* return subscription, for loop, uri fix, alter metadata in-place, better snippet

* metadata fix, object.equals, fix cellAttRenderer metadata call

* added comment with source of encodeBase64

* gate mkdn image paste behind experimental setting
2022-08-08 13:57:49 -07:00
..
src Support for pasting images into markdown notebook cells (#156847) 2022-08-08 13:57:49 -07:00
.gitignore add notebook-out to .gitignore 2022-07-26 12:29:23 -07:00
.vscodeignore Exclude esbuild files from build (#156362) 2022-07-27 09:32:07 -04:00
esbuild.js fix package.json/esbuild.js for files in publish 2022-07-26 12:19:27 -07: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 Support for pasting images into markdown notebook cells (#156847) 2022-08-08 13:57:49 -07:00
package.nls.json Support for pasting images into markdown notebook cells (#156847) 2022-08-08 13:57:49 -07:00
README.md ipynb: fix readme 2021-07-27 13:54:19 -07:00
tsconfig.json Support for pasting images into markdown notebook cells (#156847) 2022-08-08 13:57:49 -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