Skip to content

Commit

Permalink
Use documentation profile
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 18, 2023
1 parent c686032 commit 94718f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions notebooks/viewers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"metadata": {},
"outputs": [],
"source": [
"# Load the default AiiDA profile.\n",
"from aiida import orm, load_profile\n",
"load_profile();"
"# default profile of the AiiDA installation is not configured.\n",
"from aiida.manage.configuration import load_documentation_profile\n",
"\n",
"load_documentation_profile()"
]
},
{
Expand Down

0 comments on commit 94718f1

Please sign in to comment.