sjdv1982 / seamless

Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
http://sjdv1982.github.io/seamless
Other
20 stars 6 forks source link

Improve the building of modules for imperative transformations #229

Open sjdv1982 opened 10 months ago

sjdv1982 commented 10 months ago

Right now, Python module objects can be directly added. Seamless module objects can also be directly added, but only from a workflow. What is needed is a nice imperative syntax to build Seamless module objects. This is essential even for Python modules in case of dependencies on another module.