From dccf171e8701f198f4f3e66d672b962aa400bcf2 Mon Sep 17 00:00:00 2001 From: Coderambling <159031875+Coderambling@users.noreply.github.com> Date: Sun, 14 Sep 2025 08:00:08 +0200 Subject: [PATCH] Update Plotly.ipynb after enabling Actions in settings of the repository --- examples/reference/panes/Plotly.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ]