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.