juypter 打開默認的C盤路徑
假如我們想要進入其他盤(D,E,F)時,我們需要進入命令行,然后cd 到其他盤,再在命令行中運行juypter
過程如下
>>>cd D:/train
>>>juypter notebook
如果顯示jupyter notebook 命令出現的問題,不是內部或外部命令
原因都是對應的軟件位置沒有加入系統變量Path路徑。 一般需要添加三個路徑
你的Anaconda3安裝路徑
C:\Anaconda3 #Anaconda的安裝目錄
C:\Anaconda3\Library\bin
C:\Anaconda3\Scripts
然后再重啟命令行即可
轉換到 C:\Users\BIAN\Downloads\SANET-master\SANET-master