2013-12-22 7 views
0

IPython Notebook을 설치했으며 localhost에서 실행 중입니다. 하지만 원격으로 액세스 할 수 있도록 웹 페이지로 실행하려면 어떻게해야합니까? 예 : http:/174.129.237.177:8888/.IPython 콘솔에 원격 액세스

[email protected]:/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). 

브라우저 (Windows OS)를 통해 내 노트에 액세스해야합니다. 이 경우 보안은 중요하지 않습니다. 몇 가지 명령 만 테스트하면됩니다. 내가 시도 :

http://174.129.237.177:7777 

답변

0

내가 Running a public notebook server을 사용하여이 관리 : 내가 갈 때

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

을하지만 얻을 구글 크롬에서 오류 "데이터가 수신되지."

그리고 게시물 Create an iPython HTML Notebook on Amazon's AWS Free Tier from scratch.

+0

여분의 플래그를 사용할 때 출력은 어떻게됩니까? – Matt

+0

ipython은 다음과 같은 프로파일로 시작해야합니다. # ipython notebook --ip = '*'--profile = nbserver --port = 7777 – shantanuo