Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShellTask as a template for Shell Nodes #789

Open
pmrv opened this issue Jul 24, 2023 · 1 comment
Open

ShellTask as a template for Shell Nodes #789

pmrv opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels
.tinybase .workflow Pertaining to the workflow submodule

Comments

@pmrv
Copy link
Contributor

pmrv commented Jul 24, 2023

ShellTask

Notebook

Here's some examples for the shell interface. Starting from this it should be possible to run python code from within different environments

sh = ShellTask()
sh.input.command = 'conda'
sh.input.arguments = ['run',  'python', 'mypythonthing.py']
sh.execute()
@liamhuber liamhuber self-assigned this Jul 24, 2023
@liamhuber liamhuber added .workflow Pertaining to the workflow submodule .tinybase labels Jul 24, 2023
@niklassiemer
Copy link
Member

https://docs.conda.io/projects/conda/en/stable/commands/run.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.tinybase .workflow Pertaining to the workflow submodule
Projects
None yet
Development

No branches or pull requests

3 participants