Skip to content

Commit 98cbea8

Browse files
Add missing display import
1 parent 4dd35a9 commit 98cbea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"outputs": [],
2121
"source": [
2222
"import ipywidgets as ipw\n",
23-
"from importlib_resources import files\n",
24-
"\n",
2523
"from aiidalab_qe.app import static\n",
24+
"from importlib_resources import files\n",
25+
"from IPython.display import display\n",
2626
"\n",
2727
"# load CSS stylesheets\n",
2828
"for stylesheet in [\"style\", \"custom\"]:\n",

0 commit comments

Comments
 (0)