Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Nov 3, 2023
1 parent 48efea4 commit 3147c23
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions notebooks/viewers.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Load the default AiiDA profile.\n",
"from aiida import orm, load_profile\n",
"load_profile();"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -26,8 +37,6 @@
"metadata": {},
"outputs": [],
"source": [
"from aiida import orm, load_profile\n",
"load_profile()\n",
"from aiidalab_widgets_base import viewer\n",
"\n",
"p = orm.Dict(dict={\n",
Expand Down

0 comments on commit 3147c23

Please sign in to comment.