Coming back to jupyter after a few months of hiatus, I try to restart a project with
python3 -m venv venv ; source venv/bin/activate
and then pip install jupyter ; jupyter-notebook
At this point, I go to the static redirection page and get to http://localhost:8888/tree . Page is blank.
However, http://127.0.0.1:8888/tree just works.
It used to work fine a few months ago. Did something change?
My /etc/localhosts contains localhost => 127.0.0.1 and localhost => ::1
Could this be because of ipv6. My OS is a trixie/sid debian box.