From e1725dd06c103bced4ecbfa6a0922069e319e3ea Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Fri, 25 Apr 2025 16:02:15 -0500 Subject: [PATCH] Fix script tag for notebook renderers --- plotly/io/_base_renderers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/io/_base_renderers.py b/plotly/io/_base_renderers.py index 22674b139f..b05c216905 100644 --- a/plotly/io/_base_renderers.py +++ b/plotly/io/_base_renderers.py @@ -295,7 +295,7 @@ def activate(self): {win_config} {mathjax_config} - + """.format( script=get_plotlyjs(), win_config=_window_plotly_config,