deLIBErate is a repository of code to assist in the use and analysis of the Lithium-Ion Battery Electrolyte (LIBE) dataset.
The repository is primarily comprised of Jupyter Notebooks, with some utility functions included.
The notebooks included here require the following libraries. We recommend that you use conda to install, with Python version >= 3.6.
While not used directly in this repository, the following libraries are necessary to completely replicate the workflow used to generate LIBE:
In order to use the utility code provided in src
, run python setup.py develop
. After running this command, all Jupyter notebooks should run all code without error.