Skip to content

Commit

Permalink
BDT installation step added
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu-IITKGP committed Oct 3, 2024
1 parent 621ffc7 commit e58c374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/importing_cycler_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"%pip install pybop -q\n",
"\n",
"!pip cache purge\n",
"%pip install battery-data-toolkit -q\n",
"%pip install --force-reinstall battery-data-toolkit\n",
"\n",
"import numpy as np\n",
"import plotly.graph_objects as go\n",
Expand Down

0 comments on commit e58c374

Please sign in to comment.