chore: Move command to run jupyter notebooks from Makefile to scripts
This commit is contained in:
7
scripts/jupyter.sh
Normal file
7
scripts/jupyter.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# file: jupyter.sh
|
||||
# description: Run Jupyter Notebooks.
|
||||
|
||||
[[ ! -z "${JUPYTER_CMD}" ]] || JUPYTER_CMD=lab
|
||||
[[ ! -z "${JUPYTER_NOTEBOOK_DIR}" ]] || JUPYTER_NOTEBOOK_DIR=docs/src/notebooks
|
||||
${JUPYTER} ${JUPYTER_CMD} --notebook-dir=${JUPYTER_NOTEBOOK_DIR}
|
||||
Reference in New Issue
Block a user