diff --git a/examples/reference/panes/Plotly.ipynb b/examples/reference/panes/Plotly.ipynb index f9015a77b3..a7a0a885b5 100644 --- a/examples/reference/panes/Plotly.ipynb +++ b/examples/reference/panes/Plotly.ipynb @@ -6,7 +6,7 @@ "source": [ "The Plotly pane displays [Plotly plots](https://plotly.com/python/) within a Panel application. It enhances the speed of plot updates by using binary serialization for array data contained in the Plotly object. \n", "\n", - "Panel uses [Plotly](https://plotly.com/python/) **version {{PLOTLY_VERSION}}** \n", + "Panel uses [Plotly](https://plotly.com/python/) **version {{PLOTLY_VERSION}}** \n", "\n", "Please remember that to use the Plotly pane in a Jupyter notebook, you must activate the Panel extension and include `\"plotly\"` as an argument. This step ensures that plotly.js is properly set up." ]