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
For development workflows, jukit could source the venv in the current working directory while opening an output split. This should be helpful for users who want to run quick checks, tests, or other actions in an iPython split.
I presume all that would have to be done is get it to find venv or .venv in the CWD and source it beforehand, but something really simple would be:
source .venv/bin/activate && ipython -i -c ...{REST OF COMMAND}
The text was updated successfully, but these errors were encountered:
For development workflows, jukit could source the venv in the current working directory while opening an output split. This should be helpful for users who want to run quick checks, tests, or other actions in an iPython split.
I presume all that would have to be done is get it to find
venv
or.venv
in the CWD and source it beforehand, but something really simple would be:The text was updated successfully, but these errors were encountered: