這幾天遇到的坑,安裝了pyenv和ipython以及jupyter notebook,然后也啟動(dòng)了
超過十年行業(yè)經(jīng)驗(yàn),技術(shù)領(lǐng)先,服務(wù)至上的經(jīng)營(yíng)模式,全靠網(wǎng)絡(luò)和口碑獲得客戶,為自己降低成本,也就是為客戶降低成本。到目前業(yè)務(wù)范圍包括了:成都網(wǎng)站制作、成都網(wǎng)站建設(shè),成都網(wǎng)站推廣,成都網(wǎng)站優(yōu)化,整體網(wǎng)絡(luò)托管,微信平臺(tái)小程序開發(fā),微信開發(fā),重慶APP開發(fā)公司,同時(shí)也可以讓客戶的網(wǎng)站和網(wǎng)絡(luò)營(yíng)銷和我們一樣獲得訂單和生意![python@192.168.1.77 RINGOO-1]: ~/project 0> jupyter notebook --ip=0.0.0.0 [I 07:26:32.241 NotebookApp] Serving notebooks from local directory: /home/python/project [I 07:26:32.241 NotebookApp] The Jupyter Notebook is running at: [I 07:26:32.242 NotebookApp] http://(RINGOO-1 or 127.0.0.1):8888/ [I 07:26:32.242 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [W 07:26:32.263 NotebookApp] No web browser found: could not locate runnable browser.
但是打開網(wǎng)頁一直都不顯示,之前以為是自己的dns網(wǎng)關(guān)和虛擬機(jī)的不同,然后就一直檢查啊檢查,排錯(cuò)啊排錯(cuò)
然后就在剛才突然想起是不是iptables上一次沒有關(guān)閉,于是執(zhí)行命令試了一下
/etc/init.d/iptables stop
再開啟jupyter notebook后發(fā)現(xiàn)網(wǎng)頁打開了。。。
哎~真的被自己蠢哭了。。。