Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 919 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 919 Bytes

Workshop notebooks

Open In Colab

This repository contains the notebooks used in PyBaMM workshops. Note these notebooks are not maintained and may not work with the latest version of PyBaMM.

Each example was created as a Jupyter notebook (http://jupyter.org/).

These notebooks can be downloaded and used locally by running

$ jupyter notebook

from your local PyBaMM repository or used online through Google Colab. Note, when running via Google Colab you will need to add the line %pip install pybamm==version (specifying the correct version) at the start of the notebook to install PyBaMM in the notebook. Alternatively, you can simply copy/paste the relevant code.