This repo aims to collect all the scripts for data analysis and graph-making for all IVCSD related needs.
-
Make sure you have
JupyterlabandPython3installed. -
Create an venv and activate it.
python3 -m venv .venvsource .venv/bin/activate- Install the dependencies
pip install -r requirements.txt- Open
Notebook.ipynbin the relevant folder and follow the instructions there. - This repo utilizes
aquarelPython Matplotlib themes for formatting. You can find the pre-defined themes here