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 b1ba38b commit 19a6e61Copy full SHA for 19a6e61
doc/conf.py
@@ -668,7 +668,7 @@ def notebook_modification_function(notebook_content, notebook_filename):
668
if "seaborn" in notebook_content_str:
669
code_lines.append("%pip install seaborn")
670
if "plotly.express" in notebook_content_str:
671
- code_lines.append("%pip install plotly")
+ code_lines.append("%pip install plotly nbformat")
672
if "skimage" in notebook_content_str:
673
code_lines.append("%pip install scikit-image")
674
if "polars" in notebook_content_str:
0 commit comments