Skip to content

Commit

Permalink
#1413 fix pybamm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Mar 5, 2021
1 parent 07a4763 commit 2fc25bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/customize-quick-plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"source": [
"!pip install -q pybamm\n",
"!pip install pybamm -q\n",
"import pybamm\n",
"\n",
"models = [pybamm.lithium_ion.SPM(), pybamm.lithium_ion.SPMe(), pybamm.lithium_ion.DFN()]\n",
Expand Down

0 comments on commit 2fc25bf

Please sign in to comment.