Skip to content

Commit

Permalink
fix Miyake example notebook by adding Colab header cell (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Oct 8, 2024
1 parent fe4dabd commit b8a0d71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/PySDM_examples/Miyake_et_al_1968/fig_19.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@
"- different diffusivity ratios used for different isotopes (with D_heavy/D approximated with D_heavy/D_light), visible but insignificant differences"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "xyz",
"metadata": {
"ExecuteTime": {
"end_time": "2023-12-29T11:46:48.050378Z",
"start_time": "2023-12-29T11:46:48.039915Z"
}
},
"outputs": [],
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !pip --quiet install open-atmos-jupyter-utils\n",
" from open_atmos_jupyter_utils import pip_install_on_colab\n",
" pip_install_on_colab('PySDM-examples')"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down

0 comments on commit b8a0d71

Please sign in to comment.