jupyter/jupyter_core

Typo in log message causes Jupyter to exit

malcolmbovey opened this issue · 1 comments

Firstly, apologies if this is in the wrong section...

I am running Jupyter via docker in the latest image (jupyter-scipy-notebook) from dockerhub, downloaded this morning.

On the latest image, startup is failing due to what looks like a typo in serverapp.py. The underscore character at the start of the message should not be there.

File "/opt/conda/lib/python3.8/site-packages/jupyter_server/serverapp.py", line 2020, in launch_browser
jupyter_1 | self.log.warning(_('No web browser found: %s.') % e)
UnboundLocalError: local variable _ referenced before assignment

Have raised in jupyter-server area