We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed69689 commit ce3fe72Copy full SHA for ce3fe72
1 file changed
examples/immersion_freezing.ipynb
@@ -73,19 +73,9 @@
73
"metadata": {},
74
"outputs": [],
75
"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
83
84
85
- " from open_atmos_jupyter_utils import show_plot\n",
86
87
- " !pip install open_atmos_jupyter_utils\n",
88
- " from open_atmos_jupyter_utils import show_plot"
+ "import PyPartMC as ppmc\n",
+ "from PyPartMC import si\n",
+ "from open_atmos_jupyter_utils import show_plot"
89
]
90
},
91
{
0 commit comments