在安裝python3後,由於系統原裝的是python2,且執行python命令後預設的軟連線是指向了python2;如果我想要使用python3的直譯器,則可以:
因為anaconda中jupyter預設就已經安裝了,所以這裡就不需要安裝,但如果python用的不是anaconda,則需要安裝jupyter,安裝過程如下
python3 -m pip install --upgrade pip1)生成jupyter配置檔案python3 -m pip install jupyter
jupyter notebook --generate-config --allow-root2)為jupyter設定密碼
from notebook.auth import passwd3)修改jupyter配置檔案*'passwd()
這裡填文件儲存的路徑
'這裡填剛剛生成的密碼
'
nohup jupyter notebook --allow-root >/root/jupyter.logfile 2>&1 &
ss -tnlp | grep8888
gitlab ci搭建和使用
關於選擇ce ee版本,請看 這裡選擇ee版本,如果方便日後加入ee版的功能,如果不購買license,功能就和ce版本差不多 first install sudo apt get update sudo apt get install y curl openssh server ca certif...
SVNserver搭建和使用
svnserver搭建和使用 svnserverclient以及環境的搭建和使用 1.為什麼要用visualsvn server,而不用subversion?回答 由於假設直接使用subversion,那麼在windows 系統上,要想讓它隨系統啟動。就要封裝svn server為windws se...
TFTP Server的搭建和使用(Fedora)
一 tftp服務的安裝 表示我安裝的已經是最新版本的tftp服務了,不用更新了。補充 ubuntu下安裝指令 其他配置方式相似 sudo apt get install tftp hpa tftpd hpa 安裝tftp客戶端 服務端 sudo apt get install xinetd 安裝好x...