阿里雲伺服器安裝jupyter

2021-08-31 01:13:16 字數 574 閱讀 1301

1.安裝anaconda

2.配置jupyter notebook

jupyter notebook --generate-config
3.在ipython中獲取token

in [1]: from notebook.auth import passwd

in [2]: passwd()

4.修改jupyter配置檔案

vi ~/.jupyter/jupyter_notebook_config.py
在後面加入

5.在後台啟動jupyter

這裡可以用screen指令方法,開啟乙個會話,在裡面執行jupyter 這樣可以防止連線中斷程式退出

還可以使用後台執行 jupyter notebook &

note:阿里雲伺服器

這裡需要額外的東西,設定安全組規則,很簡單看,多看官網資料,

設定防火牆,開放一些埠,我開放的是8888埠

ufw allow 8888/tcp

阿里雲伺服器安裝MySQL服務

1.確保伺服器系統處於最新狀態 root localhost yum y update 若顯示以下內容說明已經更新完成 replaced grub2.x86 64 1 2.02 0.64.el7.centos grub2 tools.x86 64 1 2.02 0.64.el7.centos com...

阿里雲伺服器安裝 nginx

然後是去安裝依賴的庫 命令列yum y install make gcc gcc c glibc glibc devel lsof pcre pcre devel zlib zlib devel openssl openssl devel這是很全,主要看你有沒有安裝過 yum install pcr...

阿里雲伺服器安裝mongodb

curl o 2.解壓 tar zxvf mongodb linux x86 64 3.2.9.tgz 3.建立資料資料夾和日誌檔案等 mkdir p usr local mongodb data touch usr local mongodb mongod.log touch usr local ...