Skip to content

Commit 3559dce

Browse files
Update doc/python/renderers.md
Co-authored-by: Jessica <88454641+red-patience@users.noreply.github.com>
1 parent 4075efd commit 3559dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/renderers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ In this section, we will describe the built-in renderers so that you can choose
122122
Interactive renderers display figures using the plotly.js JavaScript library and are fully interactive, supporting pan, zoom, hover tooltips, etc.
123123

124124
###### `notebook`
125-
This renderer is intended for use in the classic [Jupyter Notebook](https://jupyter.org/install.html) (not JupyterLab). The full plotly.js JavaScript library bundle is added to the notebook the first time a figure is rendered, so this renderer will work without an internet connection.
125+
This renderer is intended for use in the classic [Jupyter Notebook](https://jupyter.org/install.html) (not JupyterLab). The full plotly.js JavaScript library bundle is added to the notebook the first time a figure is rendered, so this renderer will work without an internet connection.
126126

127127
This renderer is a good choice for notebooks that will be exported to HTML files (Either using [nbconvert](https://nbconvert.readthedocs.io/en/latest/) or the "Download as HTML" menu action) because the exported HTML files will work without an internet connection.
128128

0 commit comments

Comments
 (0)