You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/rain_estimation_constant.ipynb
+36-7Lines changed: 36 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@
11
11
},
12
12
{
13
13
"cell_type": "code",
14
-
"execution_count": 23,
15
-
"outputs": [],
16
14
"source": [
17
15
"import pynncml as pnc \n",
18
16
"from matplotlib import pyplot as plt"
@@ -22,8 +20,23 @@
22
20
"pycharm": {
23
21
"name": "#%%\n",
24
22
"is_executing": false
23
+
},
24
+
"ExecuteTime": {
25
+
"end_time": "2025-09-24T13:09:00.957505Z",
26
+
"start_time": "2025-09-24T13:08:59.407782Z"
25
27
}
26
-
}
28
+
},
29
+
"outputs": [
30
+
{
31
+
"name": "stderr",
32
+
"output_type": "stream",
33
+
"text": [
34
+
"/Users/haihab01/envs/research_base/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
35
+
" from .autonotebook import tqdm as notebook_tqdm\n"
Copy file name to clipboardExpand all lines: examples/rain_estimation_dynamic.ipynb
+35-6Lines changed: 35 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
},
10
10
{
11
11
"cell_type": "code",
12
-
"execution_count": 15,
13
12
"metadata": {
14
13
"collapsed": false,
15
14
"jupyter": {
@@ -18,13 +17,27 @@
18
17
"pycharm": {
19
18
"is_executing": false,
20
19
"name": "#%%\n"
20
+
},
21
+
"ExecuteTime": {
22
+
"end_time": "2025-09-24T13:09:15.625122Z",
23
+
"start_time": "2025-09-24T13:09:14.128129Z"
21
24
}
22
25
},
23
-
"outputs": [],
24
26
"source": [
25
27
"import pynncml as pnc \n",
26
28
"from matplotlib import pyplot as plt"
27
-
]
29
+
],
30
+
"outputs": [
31
+
{
32
+
"name": "stderr",
33
+
"output_type": "stream",
34
+
"text": [
35
+
"/Users/haihab01/envs/research_base/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
36
+
" from .autonotebook import tqdm as notebook_tqdm\n"
0 commit comments