Commit 317b6a3e authored by Zhang, Chen's avatar Zhang, Chen
Browse files

Merge branch 'defect_272_jupyter_loop_fix' into 'main'

[Defect 272] Fix Jupyter looping call

See merge request !20
parents 483a1c26 d6678963
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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
+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