From f0314056c3e72e8f1bb32f3a0600c1e65e566ce2 Mon Sep 17 00:00:00 2001 From: Alberto Mengali Date: Thu, 21 Mar 2024 15:08:49 +0100 Subject: [PATCH] add some docstring --- src/local_plotly_library.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/local_plotly_library.jl b/src/local_plotly_library.jl index 3614f6e..147e6ed 100644 --- a/src/local_plotly_library.jl +++ b/src/local_plotly_library.jl @@ -143,8 +143,10 @@ end """ - enable_plutoplotly_offline + enable_plutoplotly_offline(;version = get_plotly_version()) Creates a script that loads the plotly library on the current browser session so that it is available even when not connected to internet. + +Put this in a separate cell so that the plotly JS library is stored in the browser and available for all plots. """ function enable_plutoplotly_offline(;version = get_plotly_version()) _import = import_local_js(get_local_plotly_contents(version), "default")