diff --git a/python/justfile b/python/justfile index 0687ee4..68e577b 100644 --- a/python/justfile +++ b/python/justfile @@ -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"