用阿里雲搭建遠端jupyter

2021-10-03 09:51:01 字數 1138 閱讀 1936

整個過程充滿了坑

雲伺服器ecs >網路與安全(安全組)>配置規則

jupyter notebook --generate-config  #非root使用者選擇此條

jupyter notebook --generate-config --allow-config #root使用者選擇此條

writing default config to: /root/.jupyter/jupyter_notebook_config.py #最後結果

ipython

in [1]: from notebook.auth import passwd

in [2]: passwd()

enter password:

verify password:

out[2]: 'sha1:******'

得到了password 和 乙個sha開頭的特殊值

vim  /jupyter_notebook_config.py #這裡的路徑是自己的路徑,前面建立配置的時候,已經得到了路徑
#單純啟動 注意,value是你阿里雲內網的ip,千萬要加,具體在阿里雲網頁端概覽

jupyter notebook --ip value #非root使用者

jupyter notebook --allow-root --ip value #root 使用者使用

##永遠常駐 value是你阿里雲內網的ip,列印內容會在.log裡面

nohup jupyter notebook --allow-root --ip value >jupyter_1.log 2>1 &

##本地端啟動 ip為伺服器公有位址

ip:8888

阿里雲伺服器安裝jupyter

1.安裝anaconda 2.配置jupyter notebook jupyter notebook generate config3.在ipython中獲取token in 1 from notebook.auth import passwd in 2 passwd 4.修改jupyter配置檔案...

阿里雲搭建Docker

docker有兩個版本 社群版 ce 企業版 ee dockercommunityedition ce 是個人開發人員和小型團隊的理想選擇,他們希望開始使用docker並嘗試基於容器的應用程式。dockerenterpriseedition ee 是為企業開發和it團隊設計的,他們在生產規模上構建 ...

搭建阿里雲環境

步驟一 買伺服器 步驟二 安裝伺服器 1.在管理控制台把雲伺服器啟動 2.用putty 登入伺服器 3.將軟體更新到最新的版本 yum y update 4.我們將使用最新源 構建node.js,要進行軟體的安裝,需要一組用來編譯源 的開發工具 yum y groupinstall developm...