上學期課裝過了,略。python
1)執行代碼shell
在cmd裏執行:測試
conda config --set show_channel_urls yes
2)修改文件url
打開用戶目錄 C:\Users\你的用戶名
,找到文件.condarc
:spa
打開,複製粘貼以下內容,把原來文件覆蓋掉:.net
show_channel_urls: true channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ - https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2 - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2 - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/simpleitk - defaults ssl_verify: true
保存並退出。插件
下面開始安裝pytorch。 調試
1)打開cmd,輸入 conda activate base
,或者直接打開anaconda prompt。code
2)執行代碼blog
conda install pytorch torchvision cpuonly
conda install pytorch torchvision cudatoolkit=10.1
到這裏:
輸入 y
, 等待就行了。
若是遇到這個狀況:
解決方法,請單擊:沒法定位程序輸入
1)執行代碼
conda install notedown
而後輸入 y
, 等待完成。
1)執行代碼
jupyter notebook --generate-config
最後會輸出一個路徑,記住它,即圖裏config to後面那一串。
2) 配置啓動
進入用戶目錄 C:\Users\你的用戶名\.jupyter
,找到文件:
也就是上一步讓你記住的路徑裏的文件。
用記事本編輯,在最後面加上:
c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
效果以下:
保存,關閉文件。
1)找到老師上課發的文件:
2)在目錄下打開jupyter notebook。方法:按住鍵盤shift,點擊鼠標右鍵,單擊在此處打開cmd
或 在此處打開powershell
, 輸入 jupyter notebook
。
3)打開ipynb文件,依次測試cell裏的代碼可否運行。
由於Pycharm能夠調試,還有代碼補全,寫代碼方便不少,因此順便發個整合PyCharm的步驟。
1)下載安裝
網上不少教程,搜一下,懶就一路下一步。學校edu郵箱能夠領到免費激活。百度之,有詳細步驟。記得安裝專業版。
2) 配置
新建一個項目。而後依次進入:File--Settings-Project Interpretor
:
右上角小齒輪,點擊 Add
,選 Existing environment
,在彈出來的窗口中選擇你 Anaconda 的安裝目錄下的python.exe解釋器,依次按OK。
3)用PyCharm打開ipynb文件依次測試可否執行。
有問題能夠提issue,若是以爲有幫到你麻煩點贊三連謝謝。