You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/renderers.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ This renderer may be useful when working with notebooks than contain lots of lar
142
142
143
143
####`plotly_mimetype`
144
144
145
-
The`plotly_mimetype` renderer creates a specification of the plotly figure (called a MIME-type bundle), and requests that the current user interfacedisplay it. User interfaces that support this renderer include[JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) (requires the[`jupyterlab-plotly`](https://www.npmjs.com/package/jupyterlab-plotly) extension),[nteract](https://nteract.io/), and the Visual Studio Code[notebook interface](https://code.visualstudio.com/docs/python/jupyter-support).
145
+
The`plotly_mimetype` renderer creates a specification of the plotly figure (called a MIME-type bundle), and requests that the current user interfacedisplays it. User interfaces that support this renderer include[JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) (requires the[`jupyterlab-plotly`](https://www.npmjs.com/package/jupyterlab-plotly) extension),[nteract](https://nteract.io/), and the Visual Studio Code[notebook interface](https://code.visualstudio.com/docs/python/jupyter-support).
146
146
147
147
####`jupyterlab`,`nteract`, and`vscode`
148
148
These are aliases for`plotly_mimetype` since this renderer is a good choice when working in JupyterLab, nteract, and the Visual Studio Code notebook interface.