chore: Move command to run jupyter notebooks from Makefile to scripts

This commit is contained in:
Vikash Kothary
2022-01-16 20:49:20 +00:00
parent 1394874993
commit 198f9851a5
3 changed files with 9 additions and 5 deletions

View File

@@ -33,10 +33,6 @@ run:
init:
@${POETRY} install
.PHONY: notebooks #: Run jupyter notebooks.
notebooks:
@${PYTHON} -m jupyter ${JUPYTER_OPTION}
%:
@test -f scripts/${*}.sh
@${SHELL} scripts/${*}.sh