You can find the notebook for the experiments both in the /experiment_notebooks folder and as colab at the links below:
https://colab.research.google.com/drive/1DhLffUVHxrn1wIOIjrcRLodc4sDtvra6?usp=sharing
https://colab.research.google.com/drive/1E_Nfo68ksIHJC8J-Lcf6vOppU6bKFVZa?usp=sharing
https://colab.research.google.com/drive/1nCgR0-XfQTZG1vvI6qLuEhkjZqxMb7XS?usp=sharing
- run
python setup.py bdist_wheelat root .whlfile is now available in/dist- you can now install the project by running
pip install filename.whl
- build project
- upload
.whlfile to colab - run
pip install name.whl import TyBox✅
- run
!git clone https://github.com/pavmassimo/TyBox.gitin a colab cell from TyBox import TyBox✅- note: this will install the version from the
mainbranch