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")