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

Support name-of-conda-environment in /bin/seamless #233

Open sjdv1982 opened 7 months ago

sjdv1982 commented 7 months ago

To indicate the name of the conda environment in which the command is to be executed. Must be known to the assistant/deployment machine(s). Most assistants should be able to deal with that, if only by preprending "conda activate" (even the micro-assistant could do that). Conforms to the dogma that environments don't influence the value of the result.

sjdv1982 commented 7 months ago

UPDATE: should be very easy to add for mini-assistant. Not so much for the others.