Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions st.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export USER=xf17id1
export HOME=/epics/iocs/notebook
export SHELL=bash

. /etc/profile.d/epics.sh

log_dir="/var/log/jupyter/"
jupyter_log="$log_dir/jupyter-amx_$(date "+%F_%H-%M-%S").log"

Expand All @@ -23,4 +21,4 @@ conda env list
# symlinked to /usr/share/jupyter/kernels/collection-2019-3.0/kernel.json #
###############################################################################

jupyter lab --no-browser --notebook-dir=/epics/iocs/notebook/notebooks/ --ip=0.0.0.0 --port=17000 --debug > $jupyter_log 2>&1
jupyter lab --no-browser --config=/epics/iocs/notebook/configs/jupyter_notebook_config.py --notebook-dir=/epics/iocs/notebook/notebooks/ --ip=0.0.0.0 --port=17000 > $jupyter_log 2>&1