We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c686032 commit 94718f1Copy full SHA for 94718f1
notebooks/viewers.ipynb
@@ -6,9 +6,10 @@
6
"metadata": {},
7
"outputs": [],
8
"source": [
9
- "# Load the default AiiDA profile.\n",
10
- "from aiida import orm, load_profile\n",
11
- "load_profile();"
+ "# default profile of the AiiDA installation is not configured.\n",
+ "from aiida.manage.configuration import load_documentation_profile\n",
+ "\n",
12
+ "load_documentation_profile()"
13
]
14
},
15
{
0 commit comments