conda自帶的jupter本來在base里沒有在pytorch環境中
安裝jupter
conda install nb_conda
此擴展程序在 Jupyter 文件瀏覽器中添加了一個 Conda 選項卡。選擇 Conda 選項卡將顯示:
- 當前存在的 Conda 環境列表
- 當前配置的通道中可用的 Conda 包列表(http://conda.pydata.org/docs/config.html#channel-locations-channels)
- 在所選環境中安裝的包的列表。
運行jupter
jupyter notebook
跳轉到下一個代碼塊,運行上一個代碼塊
shift+回車