We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d03bc commit 8484752Copy full SHA for 8484752
.github/actions/run-notebook/convert-notebook.py
@@ -69,7 +69,7 @@
69
print(f"Setup script saved to {run_script_path}")
70
71
# Collect cells that are not pip install commands
72
-executable_cells = []
+executable_cells = ["from IPython.display import display"]
73
for cell in nb.cells:
74
if cell.cell_type == "code":
75
if "pip" not in cell.source:
0 commit comments