Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>Datalayer Jupyter NotebookNew to Visual Studio Code? Get it now.
Datalayer Jupyter Notebook

Datalayer Jupyter Notebook

Datalayer

|
75 installs
| (0) | Free
A Jupyter Notebook Editor for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Become a Sponsor

Jupyter Notebook for Visual Studio Code

This Visual Studio Code extension allows you to edit Jupyter Notebooks files (ipynb extensions) and is publically available in the VS Code Marketplace.

Working Features

  • Load a Notebook.
  • Display a Notebook.
  • Connect to a Jupyter Server by providing its URL with auth token; transfer http request and websocket messages.
  • Run code.
  • IPyWidgets support.

Not Implemented

  • Save the Notebook.
  • Notifying of updates to have a UI feedback the document is in dirty state.

Known Limitations

Styling

  • No connection between dark/light vs code theme and notebook theme
  • No resizing with the panel
  • Button to select the runtime is not displayed in a toolbar that stays visible - No connection between dark/light vs code theme and notebook theme
    • No resizing with the panel
    • Button to select the runtime is not displayed in a toolbar that stays visible

Websocket binary support: for now we forbid the usage of the newer protocol v1.kernel.websocket.jupyter.org. When using it, the message data are failing to be serialized to be transferred from the webview to the extension. And when receiving it, the deserialization fails. The deserialization error may be related to an incorrect binaryType that is not handle in the current code; but in JupyterLab it is forced to 'arraybuffer' for kernel websocket.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft