Let's hope this works to pipe stdin

This commit is contained in:
Lillian Violet 2024-10-23 14:08:01 +02:00
parent 1e558259f6
commit b1b35942d4

View file

@ -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"