Hello, this documentation sais to use `c.NotebookApp.ip = '*'` to adress all IPs: https://github.com/jupyter/notebook/blob/bee2c389cadd1bfb3f44816b3888275414fa1c15/docs/source/public_server.rst That is wrong and does not work (at least for me). I had to use `c.NotebookApp.ip = '0.0.0.0'`