Loading jupyter +6 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,9 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # 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 if [ -f /opt/anaconda/bin/jupyter ]; then JUPYTER_DATA_DIR=~/.local/share/jupyter_local activate_and_launch base /opt/anaconda/bin/jupyter notebook else echo "Jupyter not found in /opt/anaconda/bin !!" echo "Please contact linux@support.sns.gov for help." fi nsd-app-wrap.spec +1 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.34 Version: 1.35 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading
jupyter +6 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,9 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # 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 if [ -f /opt/anaconda/bin/jupyter ]; then JUPYTER_DATA_DIR=~/.local/share/jupyter_local activate_and_launch base /opt/anaconda/bin/jupyter notebook else echo "Jupyter not found in /opt/anaconda/bin !!" echo "Please contact linux@support.sns.gov for help." fi
nsd-app-wrap.spec +1 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.34 Version: 1.35 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading