2024-10-23 13:59:15 +02:00
|
|
|
build:
|
|
|
|
python main.py
|
|
|
|
|
|
|
|
test:
|
|
|
|
pytest test.py
|
|
|
|
|
|
|
|
run:
|
|
|
|
python main.py
|
|
|
|
|
|
|
|
jupyter:
|
2024-10-23 14:08:01 +02:00
|
|
|
cat | zsh ~/.config/helix/run_jupyter_from_helix.zsh python
|
2024-10-23 13:59:15 +02:00
|
|
|
|
|
|
|
send:
|
|
|
|
python -c 'import sys, textwrap; sys.stdout.write(textwrap.dedent(sys.stdin.read()))' | jupyter run --existing="/tmp/rjh-$(pwd).json"
|