vscode/extensions/ipynb
Matt Bierner 4daea74ba9 Finalize paste api and drop api tweaks
Fixes #30066

This finalizes the documentPaste api. This api allows extensions to attach metadata on text copy and change how content is pasted. Some examples:

- Updating imports for pasted code
- Inserting an image as an attachment in notebooks
- Pasting files converts them to relative text paths
2025-01-07 14:57:16 -08:00
..
.vscode
media
notebook-src Check for `attachment:` in markdown cell renderer (#181462) 2023-05-03 16:51:22 -07:00
src Ensure execution_count is cleared when clearing outputs (#237301) 2025-01-05 19:58:34 -08:00
.gitignore add notebook-out to .gitignore 2022-07-26 12:29:23 -07:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
README.md
esbuild.js
extension-browser.webpack.config.js Support serialization of IPYNB in web worker (#230190) 2024-10-01 21:22:55 +10:00
extension.webpack.config.js Safer way to determine whether node or browser 2024-09-09 12:07:43 +10:00
package-lock.json feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
package.json Finalize paste api and drop api tweaks 2025-01-07 14:57:16 -08:00
package.nls.json Update ipynb experiment setting description (#230282) 2024-10-02 08:12:03 +02:00
tsconfig.json Merge and cleanup drop and paste proposal (#209591) 2024-04-05 13:03:10 -07:00

README.md

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