46 lines
2.0 KiB
Markdown
46 lines
2.0 KiB
Markdown
# Renderers for Jupyter Notebooks in Visual Studio Code
|
|
|
|
A [Visual Studio Code](https://code.visualstudio.com/) extension that provides renderers for outputs of [Jupyter Notebooks](https://jupyter.org/).
|
|
|
|
<img src=https://raw.githubusercontent.com/microsoft/vscode-notebook-renderers/main/images/sample.png>
|
|
|
|
# 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](https://opensource.microsoft.com/codeofconduct/).
|
|
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
|
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|