Skip to content

Commit

Permalink
General: Add more echos
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Feb 12, 2024
1 parent 466459a commit 94b5e07
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ echo $(date)
### Jupyter configuration
CONFIG_FILE="$(pwd)/JupyterLabJob_{{ job_id }}_config.py"

VERSION=$(python -m jupyterlab --version)
echo "Getting version"
echo $(date)
VERSION=$(jupyterlab --version)
echo "Have version"
echo $(date)

random_number () {
shuf -i ${1}-${2} -n 1
Expand Down Expand Up @@ -125,4 +129,6 @@ EOL
# Launch the Jupyter Notebook Server
set -x
python -m jupyterlab --config="${CONFIG_FILE}" &> "$(pwd)/JupyterLabJob_{{ job_id }}_output.log"
echo "Launching jupyterlab"
echo $(date)
jupyterlab --config="${CONFIG_FILE}" &> "$(pwd)/JupyterLabJob_{{ job_id }}_output.log"

0 comments on commit 94b5e07

Please sign in to comment.