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")
Some features that may be added later:
commandsthat provides shortcuts for bash commandsworkdirthat 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")