Skip to content

Commit 8a4bc7a

Browse files
committed
should work again
1 parent 02ee6a3 commit 8a4bc7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/1_modelling_intro_HBV/Exercise2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
}
2424
],
2525
"source": [
26-
"import micropip\n",
27-
"await micropip.install(\"plotly\")\n",
28-
"await micropip.install(\"nbformat\")\n",
26+
"# import micropip\n",
27+
"# await micropip.install(\"plotly\")\n",
28+
"# await micropip.install(\"nbformat\")\n",
2929
"\n",
3030
"import numpy as np\n",
3131
"import pandas as pd\n",
3232
"import matplotlib.pyplot as plt\n",
3333
"from ipywidgets import interact, FloatSlider, IntSlider\n",
3434
"from datetime import date\n",
35-
"# from plot_hydrograph import plot_hydrograph, interactive_plot\n",
36-
"from plot_hydro import plot_hydrograph, interactive_plot\n",
35+
"from plot_hydrograph import plot_hydrograph, interactive_plot\n",
36+
"# from plot_hydro import plot_hydrograph, interactive_plot\n",
3737
"from Weigfun import Weigfun"
3838
]
3939
},

0 commit comments

Comments
 (0)