We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44be238 commit 093e436Copy full SHA for 093e436
jupyter_sphinx/ast.py
@@ -394,7 +394,7 @@ def html(self):
394
return ipywidgets.embed.snippet_template.format(
395
load="",
396
widget_views="",
397
- json_data=json.dumps(self["state"]).replace("</script>", "</script>")
+ json_data=json.dumps(self["state"]).replace("</script>", r"<\/script>")
398
)
399
400
def cell_output_to_nodes(outputs, write_stderr, out_dir,
0 commit comments