Skip to content

Commit 9eded54

Browse files
Merge pull request #2819 from Shwetago/patch-1
Fixed Kaggle link!
2 parents 0971f58 + b2f3a31 commit 9eded54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/renderers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This renderer is the same as `notebook` renderer, except the plotly.js JavaScrip
130130
This renderer is a good choice for notebooks that will be shared with [nbviewer](https://nbviewer.jupyter.org/) since users must have an active Internet connection to access nbviewer in the first place.
131131

132132
###### `kaggle` and `azure`
133-
These are aliases for `notebook_connected` because this renderer is a good choice for use with [Kaggle kernels](https://www.kaggle.com/docs/kernels) and [Azure Notebooks](https://notebooks.azure.com/).
133+
These are aliases for `notebook_connected` because this renderer is a good choice for use with [Kaggle kernels](https://www.kaggle.com/docs/notebooks) and [Azure Notebooks](https://notebooks.azure.com/).
134134

135135
###### `colab`
136136
This is a custom renderer for use with [Google Colab](https://colab.research.google.com).
@@ -232,4 +232,4 @@ Plotly figures can be displayed in [ipywidgets](https://ipywidgets.readthedocs.i
232232

233233
See the [Plotly FigureWidget Overview](https://plot.ly/python/figurewidget/) for more information on integrating `plotly.py` figures with `ipywidgets`.
234234

235-
It is important to note that `FigureWidget` does not use the renderers framework discussed above, so you should not use the `show()` figure method or the `plotly.io.show` function on `FigureWidget` objects.
235+
It is important to note that `FigureWidget` does not use the renderers framework discussed above, so you should not use the `show()` figure method or the `plotly.io.show` function on `FigureWidget` objects.

0 commit comments

Comments
 (0)