Replies: 1 comment 2 replies
-
|
row only has a command line interface. You can execute shell commands in jupyter like this: You can also execute row as a subprocess and parse the output if needed. The commands |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've been using signac flow a lot inside my python files / jupyter notebooks to run operations based on a selection of signac jobs from a project. I would like to keep it this way, how would I do that using row? is there anything like a project.run function?
A summary of my setup you find in the screenshots attached
Beta Was this translation helpful? Give feedback.
All reactions