Skip to content

Commit abfba34

Browse files
committed
Comment out last cell of pyiron_base_to_aiida_qe.ipynb
1 parent f0d3faf commit abfba34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyiron_base_to_aiida_qe.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
},
727727
{
728728
"cell_type": "code",
729-
"execution_count": 20,
729+
"execution_count": null,
730730
"id": "6a8d1a17-3698-4873-8937-616e9e7dc7ca",
731731
"metadata": {
732732
"trusted": true
@@ -745,12 +745,12 @@
745745
}
746746
],
747747
"source": [
748-
"from IPython.display import Image, display\n",
748+
"# from IPython.display import Image, display\n",
749749
"\n",
750-
"plot_task = [t for t in wg.tasks if t.name.startswith('plot_energy_volume_curve')][0]\n",
751-
"plot_file = f\"{plot_task.node.get_remote_workdir()}/evcurve.png\"\n",
750+
"# plot_task = [t for t in wg.tasks if t.name.startswith('plot_energy_volume_curve')][0]\n",
751+
"# plot_file = f\"{plot_task.node.get_remote_workdir()}/evcurve.png\"\n",
752752
"\n",
753-
"display(Image(filename=str(plot_file)))\n"
753+
"# display(Image(filename=str(plot_file)))\n"
754754
]
755755
}
756756
],

0 commit comments

Comments
 (0)