From 6ff978ba1084844a036579ac134125749d52662f Mon Sep 17 00:00:00 2001 From: Arcader717 <134526462+Arcader717@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:07:53 -0600 Subject: [PATCH] Update interactive-html-export.md The example in line 75-92 did not display correctly in documentation. Added the python keyword to the render --- doc/python/interactive-html-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/interactive-html-export.md b/doc/python/interactive-html-export.md index 683537c4720..38ace38f175 100644 --- a/doc/python/interactive-html-export.md +++ b/doc/python/interactive-html-export.md @@ -72,7 +72,7 @@ You can insert Plotly output and text related to your data into HTML templates u Then use the following Python to replace `{{ fig }}` in the template with HTML that will display the Plotly figure "fig": -``` +```python import plotly.express as px from jinja2 import Template