In order to improve the installation and contributions from other users it could be useful to provide the following tools:
- Generate the
.py modules from the .ipynb notebooks (avoids ModuleNotFoundError).
- Clean the cell ouputs in order to be git-friendly (see for example this site).
- Have a
.gitignore file with *.py to reconcile point 2) and 3).
- Modify the
README file to explain how to use these tools.
Points 1) and 2) can be achieved thanks to a script.
In order to improve the installation and contributions from other users it could be useful to provide the following tools:
.pymodules from the.ipynbnotebooks (avoidsModuleNotFoundError)..gitignorefile with*.pyto reconcile point 2) and 3).READMEfile to explain how to use these tools.Points 1) and 2) can be achieved thanks to a script.