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

@@ -23,7 +23,8 @@ ANKISYNCD_SESSION_DB_PATH=./session.db
MKDOCS_OPTION=serve
## Jupyter
JUPYTER_OPTION=lab
### JUPYTER_CMD
### JUPYTER_NOTEBOOK_DIR
## Path
PATH:=.venv/bin:${PATH}