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

graph node API #60

Open sjdv1982 opened 3 years ago

sjdv1982 commented 3 years ago

._get_hcell and ._get_htf refer to the graph node. Should be renamed to a read-only (get deepcopy) .node property, that calls ._get_node() internally. Same for Context, Library, Macro.

hcell and htf should be refactored to node in private code.

Also add support for getting the mount and the share.

sjdv1982 commented 1 year ago

Also make it possible to read back the mount() and share() parameters, with some Wrapper classes.