Перейти к файлу
Don Jayamanne 7df79a6b78
Updates to packages (#222)
* Updates to packages

* Updates
2024-10-31 16:51:39 -07:00
.github/workflows Create new PR pipeline for OS PRs (#196) 2024-02-27 20:33:21 +11:00
.vscode Update plotly to latest version (#195) 2024-02-27 08:27:39 +00:00
build Enable triggering (#220) 2024-10-16 11:36:08 +11:00
images Updates to account for VSCode API changes (#27) 2020-11-16 10:48:11 -08:00
src Update jupyter lab packages (#208) 2024-08-02 06:12:02 +10:00
.editorconfig Initial commit 2020-06-04 14:47:23 -07:00
.eslintrc.json Update jupyter lab packages (#208) 2024-08-02 06:12:02 +10:00
.gitignore Ability to save plots (& render SVG) (#55) 2021-06-14 09:54:31 -07:00
.nvmrc Updates to packages (#222) 2024-10-31 16:51:39 -07:00
.prettierrc.js Initial commit 2020-06-04 14:47:23 -07:00
.vscodeignore Exclude all .map files from published bundle (#135) 2022-11-17 15:47:46 -08:00
CHANGELOG.md Ensure images auto scale as nb is resized (#142) 2023-01-10 23:42:58 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-06-04 12:54:56 -07:00
CONTRIBUTING.md Update vsce, node and npm versions (#183) 2023-11-01 06:42:10 +01:00
LICENSE Initial LICENSE commit 2020-06-04 12:54:58 -07:00
README.md Add support for image/webp (#184) 2023-11-03 13:06:39 +11:00
SECURITY.md Initial SECURITY.md commit 2020-06-04 12:55:00 -07:00
ThirdPartyNotices-Repository.txt Ship IPyWidget renderer scripts (#152) 2023-02-10 13:31:13 +01:00
icon.png Update extension icon (#28) 2020-11-24 10:46:47 -08:00
package-lock.json Updates to packages (#222) 2024-10-31 16:51:39 -07:00
package.json Updates to packages (#222) 2024-10-31 16:51:39 -07:00
tsconfig.json Add nteract renderers (#8) 2020-06-09 10:35:39 -07:00

README.md

Renderers for Jupyter Notebooks in Visual Studio Code

A Visual Studio Code extension that provides renderers for outputs of Jupyter Notebooks.

Getting Started

  • Install this extension
  • Open a Jupyter Notebook in VS Code
  • Outputs of the following mime type will be rendered by this extension:
    • image/gif
    • image/png
    • image/jpeg
    • image/svg+xml
    • image/webp
    • application/geo+json
    • application/vdom.v1+json
    • application/vnd.dataresource+json
    • application/vnd.plotly.v1+json
    • application/vnd.vega.v2+json
    • application/vnd.vega.v3+json
    • application/vnd.vega.v4+json
    • application/vnd.vega.v5+json
    • application/vnd.vegalite.v1+json
    • application/vnd.vegalite.v2+json
    • application/vnd.vegalite.v3+json
    • application/vnd.vegalite.v4+json
    • application/vnd.vegalite.v5+json
    • application/x-nteract-model-debug+json
    • text/vnd.plotly.v1+html

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.