Commit ffeaea1a authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Use a different location for Jupyter data when running locally

This will prevent conflicts with jupyter.sns.gov
parent 6eda8382
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
# import library to do the real work
source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh"

# launch the tool
activate_and_launch base jupyter notebook
# launch the tool, JUPYTER_DATA_DIR is set to avoid conflicts with jupyter.sns.gov
JUPYTER_DATA_DIR=~/.local/share/jupyter_local activate_and_launch base jupyter notebook