Skip to content

Commit 6cca9c8

Browse files
authored
add missing colab-install cell in example notebook (#1353)
1 parent 834c8ec commit 6cca9c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/PySDM_examples/Rozanski_and_Sonntag_1982/figs_4_5_6.ipynb

+13
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@
2828
"- smoke tests"
2929
]
3030
},
31+
{
32+
"cell_type": "code",
33+
"execution_count": 1,
34+
"metadata": {},
35+
"outputs": [],
36+
"source": [
37+
"import sys\n",
38+
"if 'google.colab' in sys.modules:\n",
39+
" !pip --quiet install open-atmos-jupyter-utils\n",
40+
" from open_atmos_jupyter_utils import pip_install_on_colab\n",
41+
" pip_install_on_colab('PySDM-examples')"
42+
]
43+
},
3144
{
3245
"cell_type": "code",
3346
"execution_count": 1,

0 commit comments

Comments
 (0)