We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834c8ec commit 6cca9c8Copy full SHA for 6cca9c8
examples/PySDM_examples/Rozanski_and_Sonntag_1982/figs_4_5_6.ipynb
@@ -28,6 +28,19 @@
28
"- smoke tests"
29
]
30
},
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
+ },
44
{
45
"cell_type": "code",
46
"execution_count": 1,
0 commit comments