You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to run Jupyter Lab: docker run -d --rm --name base-notebook -p 8989:8888 -e JUPYTER_ENABLE_LAB=1 mirekphd/base-notebook:latest && docker logs -f base-notebook
Navigate to localhost:8989 and see the "Unable to connect" browser error.
Switch to Notebook (e.g. -e JUPYTER_ENABLE_LAB_NOT) to see it works correctly.
Note that earlier today I raised a less reproducible (closed-source) version of this issue in jupyterlab/jupyterlab#9520, so you may find some additional hints / details there.