Skip to content

Commit 8484752

Browse files
committed
Import ipython display
1 parent e5d03bc commit 8484752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-notebook/convert-notebook.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
print(f"Setup script saved to {run_script_path}")
7070

7171
# Collect cells that are not pip install commands
72-
executable_cells = []
72+
executable_cells = ["from IPython.display import display"]
7373
for cell in nb.cells:
7474
if cell.cell_type == "code":
7575
if "pip" not in cell.source:

0 commit comments

Comments
 (0)