Let's hope this works to pipe stdin
This commit is contained in:
parent
1e558259f6
commit
b1b35942d4
|
@ -8,7 +8,7 @@ run:
|
|||
python main.py
|
||||
|
||||
jupyter:
|
||||
zsh ~/.config/helix/run_jupyter_from_helix.zsh python
|
||||
cat | zsh ~/.config/helix/run_jupyter_from_helix.zsh python
|
||||
|
||||
send:
|
||||
python -c 'import sys, textwrap; sys.stdout.write(textwrap.dedent(sys.stdin.read()))' | jupyter run --existing="/tmp/rjh-$(pwd).json"
|
||||
|
|
Loading…
Reference in a new issue