machinable-org / machinable

A modular system for machinable research code
https://machinable.org
MIT License
34 stars 2 forks source link

Support in-session element instances #434

Closed frthjf closed 1 year ago

frthjf commented 1 year ago

This removes a prior limitation that required users to define elements in module files to enable re-import. Now, users are free to use element instances that are defined in the current session; machinable will fall back on pickle to serialize and re-import these elements if needed.