Skip to content

Commit 94718f1

Browse files
committed
Use documentation profile
1 parent c686032 commit 94718f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

notebooks/viewers.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"# Load the default AiiDA profile.\n",
10-
"from aiida import orm, load_profile\n",
11-
"load_profile();"
9+
"# default profile of the AiiDA installation is not configured.\n",
10+
"from aiida.manage.configuration import load_documentation_profile\n",
11+
"\n",
12+
"load_documentation_profile()"
1213
]
1314
},
1415
{

0 commit comments

Comments
 (0)