Stream: python-questions

Topic: start-jupyter does not work after updating


view this post on Zulip Deepak Cherian (Sep 16 2020 at 19:56):

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 30 2022 at 12:01 UTC