I am following the directions from https://fenics.readthedocs.io/projects/containers/en/latest/introduction.html .
I get:
fenics@af86d2c8af46:~$ cd ~/demo/python/documented/poisson
fenics@af86d2c8af46:~/demo/python/documented/poisson$ python3 demo_poisson.py
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Solving linear variational problem.
To view figure, visit http://0.0.0.0:8000
Press Ctrl+C to stop WebAgg server
But I am not able to open http://0.0.0.0:8000 (I have tried chrome, safari and firefox). I have also tried replacing 0.0.0.0. with my IP adress or localhost, but the problem remains.
Edit: I'm not sure if this plays a role, but if I try http://0.0.0.0:8000 or localhost:8000, I get an error right away, but when I replace 0.0.0.0 with my IP adress, I get that "the brosing took too long".