Solution: Change line 70 to
while ! $(grep -Fq -e "ERROR" -e " is running" $LOGFILE >& /dev/null); do
I think it previously searched for "Notebook is running" but now jupyter prints "Notebook 6.13 is running" to screen
Last updated: Jan 27 2025 at 22:16 UTC