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+回车