天天看點

linux上配置jupyter notebook遠端通路

1.安裝ipython, jupyter

pip install ipython  
pip install jupyter
           

2.生成配置檔案

linux上配置jupyter notebook遠端通路

3.生成密碼

linux上配置jupyter notebook遠端通路

4.修改預設配置檔案

vi /root/.jupyter/jupyter_notebook_config.py

linux上配置jupyter notebook遠端通路

5.啟動jupyter notebook

指令:jupyter notebook --allow-root

linux上配置jupyter notebook遠端通路

6.在浏覽器裡敲入你的位址 http://yourip:8889/, 看到如下界面。

linux上配置jupyter notebook遠端通路

安裝成功,登陸後

linux上配置jupyter notebook遠端通路