配置生成檔案
$jupyter notebook --generate-config
生成檔案為/home/你的使用者名稱/.jupyter/jupyter_notebook_config.py
2. 生成密碼
法1: 利用ipython生成密碼
in [1]: from notebook.auth import passwd
in [2]: passwd()
enter password:
verify password:
out[2]: 'sha1:ce23d945972f:34769685a7ccd3d08c84a18c63968a41f1140274'
法2: 自動生成
$ jupyter notebook password
enter password: ****
verify password: ****
生成的密碼位於/home/你的使用者名稱/.jupyter/jupyter_notebook_config.json。注意與配置檔案區別,此檔案為json檔案。
3. 修改預設設定檔案
注1:如果不加,可能會出現錯誤keyerror: 『allow_remote_access』
參考:遠端訪問jupyter notebook
設定 jupyter notebook 可遠端訪問
jupyter 遠端訪問配置:keyerror: 『allow_remote_access』
ubuntu安裝jupyter 並設定遠端訪問
jupyter notebook是乙個web應用程式,允許您建立和共享包含實時 方程,視覺化和說明文字的文件。簡單的介紹就是 jupyter notebook是ipython的公升級版,而ipython可以說是乙個加強版的互動式 shell,也就是說,它比在terminal裡執行python會更方便...
開啟jupyter遠端瀏覽器連線
jupyter notebook generate config執行完命令在使用者目錄生成 jupyteer jupyter notebook config.py 修改以下幾個配置項,下面的埠在防火牆配置規則要開放 開放的ip 0.0.0.0 啟動notebook時候,不啟動瀏覽器 這個選項本人採取...
mysql遠端連線設定 MySQL遠端連線設定
這只是乙個簡單mysql設定。但很多圖簡單,卻忽略了安全性。所以對設定中的細節和含義需要弄到清清楚楚才行。這只是乙個簡單mysql設定。但很多圖簡單,卻忽略了安全性。所以對設定中的細節和含義需要弄到清清楚楚才行。mysql遠端連線的設定問題 下面是步驟 1 登陸本地的mysql server mys...