vscode/extensions/ipynb
Matt Bierner 2f07466dfc
Allow dropping images into notebook cells to create attachments (#180256)
* Allow dropping images into notebook to create attachments

Fixes #157577

This allows you to drag and drop image files or image data into a notebook cell to create an attachment

As part of this work, I also updated the paste attachment logic so that we can:

- Create multiple attachments in a single operation
- Create attachments of other mime types besides `image/png`
- Create attachments for images that have spaces in the filename

* Also allow pasting uri lists to create attachments

* Fix indent

* Add id
2023-04-19 09:39:04 -07:00
..
.vscode notebook image cleaning automation (#159212) 2022-09-09 11:32:10 -07:00
notebook-src Allow dropping images into notebook cells to create attachments (#180256) 2023-04-19 09:39:04 -07:00
src Allow dropping images into notebook cells to create attachments (#180256) 2023-04-19 09:39:04 -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 Fix watch script exiting on error (#171552) 2023-01-17 14:53:24 -08: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 Allow dropping images into notebook cells to create attachments (#180256) 2023-04-19 09:39:04 -07:00
package.nls.json Add localization comment (#176272) 2023-03-06 09:40:56 -08:00
README.md ipynb: fix readme 2021-07-27 13:54:19 -07:00
tsconfig.json Allow dropping images into notebook cells to create attachments (#180256) 2023-04-19 09:39:04 -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