For when workflow features (ctx) will be ported.
Seamless 0.x had a cognitive dissonance with notebooks: it recommended mounting Python cells to file, but that would make the notebook tell lies. "watch(func)" should be an alternative to "mount": it will regularly scan globals() for changes of func(i.e. a notebook modification). "watch" and "mount" are mutually incompatible.
For when workflow features (ctx) will be ported.
Seamless 0.x had a cognitive dissonance with notebooks: it recommended mounting Python cells to file, but that would make the notebook tell lies. "watch(func)" should be an alternative to "mount": it will regularly scan
globals()for changes offunc(i.e. a notebook modification). "watch" and "mount" are mutually incompatible.