Open
Description
🚀 Feature
As we generate ipython notebooks from each script we could also parse all functions and classes and copy them into a package that would have the same structure as notebooks
Motivation
extend the functionality of this project
Pitch
do not only showcase the classes/modules but also allow a reader to import and use them
Alternatives
Additional context
The package would have an identical module structure as notebooks/folders
Consider also exporting some contacts
no cross imports as the package will be generated to another separate branch (to keep it light for install)