[solved] Issue when accessing/starting the ipython notebook server

Dear all,
I installed on my poppy version the V1.1, everything went fine. now I am trying to start the ipython notebook:

poppy@poppy:~/dev$ ipython notebook --ip 0.0.0.0 --no-mathjax --no-browser
[I 17:52:57.413 NotebookApp] Using MathJax: 
[I 17:52:57.491 NotebookApp] Serving notebooks from local directory: /home/poppy/dev
[I 17:52:57.491 NotebookApp] 0 active kernels 
[I 17:52:57.491 NotebookApp] The IPython Notebook is running at: http://0.0.0.0:8888/
[I 17:52:57.491 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

Once i did this, I go on my browser and type the url : http://0.0.0.0:8888/
but then the browser tell me that this page does not exists.

What did I do wrong ?
Cheers.

0.0.0.0 means that you are listening to all interfaces. From your browser, try poppy.local:8888 instead (if you are on windows, use Poppy’s IP address or install Bonjour)

Why do you want to use 0.0.0.0 and not just run

$ ipython notebook

Because @ribas run Ipython on his robot. This is not a local run…

Yeap, I am running ipython on my robot :wink:

So it’s working :

on poppy terminal --> ipython notebook --ip 0.0.0.0 --no-mathjax --no-browser
then on my browser --> http://poppy.local:8888 

Thanks @Manon !

here is a screenshot .