You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A yml section commands that provides shortcuts for bash commands
A yml section workdir that allows to specify logging options (specifying all constructor arguments is too messy: e.g., reading the yml recursion depth from the yml file feels a bit weird and get quite complicated to understand.)
An IPython cell magic %%workdir
Interaction with bash commands -- maybe through __call__, i.e. wd("echo HELLO")
Saving and loading the state of a WorkDir (?)
Interaction with slurm submission system (?)
...
...
The text was updated successfully, but these errors were encountered:
Some features that may be added later:
commands
that provides shortcuts for bash commandsworkdir
that allows to specify logging options (specifying all constructor arguments is too messy: e.g., reading the yml recursion depth from the yml file feels a bit weird and get quite complicated to understand.)%%workdir
__call__
, i.e.wd("echo HELLO")
The text was updated successfully, but these errors were encountered: