Skip to content

Commit ce3fe72

Browse files
committed
remove pip-install commands from imf notebook
1 parent ed69689 commit ce3fe72

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

examples/immersion_freezing.ipynb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,9 @@
7373
"metadata": {},
7474
"outputs": [],
7575
"source": [
76-
"# Install and import PyPartMC\n",
77-
"try:\n",
78-
" import PyPartMC as ppmc\n",
79-
" from PyPartMC import si\n",
80-
"except ImportError:\n",
81-
" !pip install git+https://github.com/slayoo/PyPartMC.git@freezing\n",
82-
" import PyPartMC as ppmc\n",
83-
" from PyPartMC import si\n",
84-
"try:\n",
85-
" from open_atmos_jupyter_utils import show_plot\n",
86-
"except ImportError:\n",
87-
" !pip install open_atmos_jupyter_utils\n",
88-
" from open_atmos_jupyter_utils import show_plot"
76+
"import PyPartMC as ppmc\n",
77+
"from PyPartMC import si\n",
78+
"from open_atmos_jupyter_utils import show_plot"
8979
]
9080
},
9181
{

0 commit comments

Comments
 (0)