Domanda

I have installed IPython Notebook, and it is running at localhost. But how do I run it as a web page so that I can access it remotely? For example, http:/174.129.237.177:8888/.

root@ip-10-28-197-91:/var/www# ipython notebook
2013-12-22 12:16:22.617 [NotebookApp] Using existing profile dir: u'/root/.ipython/profile_default'
2013-12-22 12:16:22.624 [NotebookApp] Using MathJax from CDN: http://cdn.mathjax.org/mathjax/latest/MathJax.js
2013-12-22 12:16:22.723 [NotebookApp] Serving notebooks from local directory: /var/www
2013-12-22 12:16:22.723 [NotebookApp] 0 active kernels
2013-12-22 12:16:22.724 [NotebookApp] The IPython Notebook is running at: http://127.0.0.1:8888/
2013-12-22 12:16:22.724 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

I need to access my notebook through A browser (Windows OS). Security is not important in this case; I just need to test a few commands. I have tried:

ipython notebook --ip='*' --pylab=inline --port=7777

But I get "no data received" error in Google Chrome when I go to:

http://174.129.237.177:7777
È stato utile?
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top