You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
🚀 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)
The text was updated successfully, but these errors were encountered: