From b1b35942d4dd44d1ea07a44c1a42b551c4a3cb1f Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 23 Oct 2024 14:08:01 +0200 Subject: [PATCH] Let's hope this works to pipe stdin --- python/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"