Skip to content

Commit

Permalink
load_profile explicitly in qe.ipynb (#471)
Browse files Browse the repository at this point in the history
It is recommended to call load_profile explicitly. After `aiidalab-widgets-base` (aiidalab/aiidalab-widgets-base#481) if not loaded a warning will throw up.
  • Loading branch information
unkcpz authored Sep 19, 2023
1 parent 855b08f commit 1c6d957
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions qe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
" pass"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from aiida import load_profile\n",
"\n",
"load_profile();"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 1c6d957

Please sign in to comment.