Add jupyter lab and notebook as a dependency

This commit is contained in:
Vikash Kothary
2020-07-30 21:47:36 +01:00
parent a0eed872de
commit b31784aa6b
4 changed files with 959 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ help:
docs: print-env
@${MKDOCS} ${MKDOCS_OPTION} -f docs/mkdocs.yml
.PHONY: notebooks #: Run jupyter notebooks.
notebooks:
@${JUPYTER} ${JUPYTER_OPTION}
%:
@test -f scripts/${*}.sh
@${SHELL} scripts/${*}.sh