在命令行運行:
sudo easy_install jupyter
出現(xiàn)錯誤:
ImportError: No module named jupyter_client
嘗試安裝jupyter_client:
sudo easy_install jupyter_client
安裝jupyter_client成功耘柱,回到原來的安裝jupyter:
sudo easy_install jupyter
又出現(xiàn)了錯誤:
error: Could not find suitable distribution for Requirement.parse('entrypoints>=0.2.2')
嘗試安裝entrypoints:
sudo easy_install entrypoints
繼續(xù)回到我們原來的安裝jupyter中:
sudo easy_install jupyter
如果你看到:
Finished processing dependencies for jupyter
表示你已經(jīng)安裝成功叶雹。如果還是出現(xiàn)依賴包丟失的狀況探橱,那就依照我們上面的方法一步步進行安裝枣抱。
最后指煎,在命令行運行:
jupyter notebook
再把命令行里輸出的url地址粘貼到你的瀏覽器中昧谊,即可開始你的Jupyter之旅啦褥蚯!