vscode/extensions/ipynb
Aaron Munger 608fe4f38c
REPL/IW editor only using a notebook text model (#214356)
* registered editor with notebook model

* migrated some stuff from Interactive Editor

* display notebook and input box

* dont always filter kernels by view

* fix restore

* implement some commands

* working copy recovery/discarding

* fix tear down

* do not show last cell

* simplify notebookOptions creation

* reset text model on execute

* fix run button

* set tab name

* use differentiated notebooktype to determine kernel

* allow registering notebooks as other priorities

* conditionally register actions

* move registerAction back to top level

* fix input box message

* naming

* dont register extra repl commands for now

* use jupyter-notebook notebook type

* set scratchpad on backup recovery

* remove unused method
2024-06-14 15:12:29 -07:00
..
.vscode notebook image cleaning automation (#159212) 2022-09-09 11:32:10 -07:00
media feat: Add the logo of the built-in extension (#192999) 2023-10-05 10:40:24 -07:00
notebook-src Check for attachment: in markdown cell renderer (#181462) 2023-05-03 16:51:22 -07:00
src remove giant unused context key (#214504) 2024-06-12 08:34:29 -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 Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -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 REPL/IW editor only using a notebook text model (#214356) 2024-06-14 15:12:29 -07:00
package.nls.json fix copy output command without context (#203582) 2024-01-29 14:50:21 -08:00
README.md ipynb: fix readme 2021-07-27 13:54:19 -07:00
tsconfig.json Merge and cleanup drop and paste proposal (#209591) 2024-04-05 13:03:10 -07:00
yarn.lock Drop uuid pkg used to to generate notebook cell id (#198647) 2023-11-20 06:12:55 +01: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