Some python code for doing FI.
pip install
this package:cd <workdir> python -m venv .venv source .venv/bin/activate git clone <this> pip install -e <this>
- Copy the contents of notebook to a working dir:
cd <workdir> cp -rv <this>/notebooks/* ./
- Try
python 000-simple-example.py
python -m pip install setuptools_scm build tox
python -m build