Skip to content

Commit b3b6174

Browse files
committed
Put load_profile() to a separate cell.
1 parent e3e30ef commit b3b6174

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

control.ipynb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,31 @@
66
"id": "0",
77
"metadata": {},
88
"outputs": [],
9+
"source": [
10+
"from aiida import load_profile\n",
11+
"\n",
12+
"_ = load_profile()"
13+
]
14+
},
15+
{
16+
"cell_type": "code",
17+
"execution_count": null,
18+
"id": "1",
19+
"metadata": {},
20+
"outputs": [],
921
"source": [
1022
"import re\n",
1123
"from pathlib import Path\n",
1224
"\n",
1325
"import ipywidgets as ipw\n",
14-
"from aiida import load_profile\n",
1526
"\n",
16-
"load_profile()\n",
1727
"from home import control"
1828
]
1929
},
2030
{
2131
"cell_type": "code",
2232
"execution_count": null,
23-
"id": "1",
33+
"id": "2",
2434
"metadata": {},
2535
"outputs": [],
2636
"source": [

start.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
],
9696
"metadata": {
9797
"kernelspec": {
98-
"display_name": "base",
98+
"display_name": "Python 3 (ipykernel)",
9999
"language": "python",
100100
"name": "python3"
101101
},
@@ -109,7 +109,7 @@
109109
"name": "python",
110110
"nbconvert_exporter": "python",
111111
"pygments_lexer": "ipython3",
112-
"version": "3.9.13"
112+
"version": "3.12.11"
113113
}
114114
},
115115
"nbformat": 4,

0 commit comments

Comments
 (0)