8000 DOC Fix plotly rendering inside JupyterLite (#31400) · scikit-learn/scikit-learn@19a6e61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19a6e61

Browse files
authored
DOC Fix plotly rendering inside JupyterLite (#31400)
1 parent b1ba38b commit 19a6e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def notebook_modification_function(notebook_content, notebook_filename):
668668
if "seaborn" in notebook_content_str:
669669
code_lines.append("%pip install seaborn")
670670
if "plotly.express" in notebook_content_str:
671-
code_lines.append("%pip install plotly")
671+
code_lines.append("%pip install plotly nbformat")
672672
if "skimage" in notebook_content_str:
673673
code_lines.append("%pip install scikit-image")
674674
if "polars" in notebook_content_str:

0 commit comments

Comments
 (0)
0