当前位置:网站首页>指定环境下安装Jupyter
指定环境下安装Jupyter
2022-06-11 08:24:00 【小小梁的实验室】
因为anaconda中的jupyter是安装在base环境中的,想要在pytorch环境中使用必须二选一:
1.pytorch环境中安装jupyter
2.在base环境中安装pytorch
选择方法二:
打开anaconda prompt ,切换到pytorch环境下
activate pytorchⅠ 安装jupyter
PyTorch深度学习快速入门教程(绝对通俗易懂!)【小土堆】_哔哩哔哩_bilibili
Ⅱ 打开jupyter notebook,复制链接到浏览器即可打开。

Ⅲ 测试是否可以导入torch,序号变成1说明正常导入。
遇到的问题:
无法正常导入torch,卸载,重新安装即可解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets._山顶夕景的博客-CSDN博客
# 可以先用你的环境 conda activate xx
# 卸载jupyter:
pip uninstall jupyter
# 安装jupyter
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
python文件、python console、Jupyter的区别


打开帮助文档的三种方式:
方法一:
Pycharm放到对应的文本上,按照Ctrl点击即可跳转方法二三:

python两大法宝
help()
dir()
eg:
dir(torch)
dir(torch.air)
help(torch)
边栏推荐
- Interfaces and abstract classes
- Mongodb--- automatically delete expired data using TTL index
- Basic use of typescripy class
- Empty difference between postgrepsql and Oracle
- Web design and website planning assignment 14 add background music to the video
- Typescript recognizable Union
- Bat batch processing separate environment packaging
- SSM file upload and download
- How to make hyperlinks in RichTextBox- How can I make a hyperlink work in a RichTextBox?
- Multiple limit of the same field of SQL
猜你喜欢

不想项目失控?你需要用对项目管理工具

torch. roll

Web design and website planning assignment 13 making video playlists

Qiao NPMS: get the download volume of NPM packages

Training yolov4 CSP model using coco dataset

How to do well in empty state design? Look at this comprehensive summary
![[software tool] installation ffmpeg](/img/ac/4fbfb3f1a540ec181b94999d9029fb.jpg)
[software tool] installation ffmpeg

堆是也可以看成一种树结构,规定根节点必须大于或小于左右子节点,但左右子节点的大小顺序没有规定

XXL task executor calls local project

用飞项进行目标管理,不做职场上的“无头苍蝇”
随机推荐
ICML2022有意思的文章
DAMENG 数据库登陆
字符设备驱动程序之异步通知机制
用飞项进行目标管理,不做职场上的“无头苍蝇”
Collation of open source modulation identification data set
Development of sylixos SD device driver
Web design and website planning assignment 11 game selection form
Js学习基础document.write在页面中写一行文字
TypeScript-接口和类型别名异同
TypeScripy-类的基本使用
XXL task executor calls local project
Typescript configuring ts in koa and using koa router
Web design and website planning assignment 12 online registration form
Mongodb--- automatically delete expired data using TTL index
Pg/oracle database ASCII code to string custom function
TypeScript-类和接口、类和泛型、接口合并现象
Planning tasks for continuous automated testing
TypeScript-可辨识联合
Uniapp turn off / on / adjust system sound
【CVPR2022】QueryDet论文精读