15 lines
296 B
Makefile
15 lines
296 B
Makefile
build:
|
|
python main.py
|
|
|
|
test:
|
|
pytest test.py
|
|
|
|
run:
|
|
python main.py
|
|
|
|
jupyter:
|
|
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"
|