python人工智能算法
sjunothing
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vscode ~ launch.json配置python
配置文件内容 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [原创 2021-10-19 13:46:01 · 13121 阅读 · 1 评论 -
conda-常用命令
conda常用命令: 查看版本号 1、conda --version 2、conda -V 获取帮助 3、conda --help 4、conda -h 更新、删除 conda update --help conda remove --help 环境管理 conda env -h 创建环境 conda create --name your_env_name 查看资源 conda list 列举当前所有环境 conda info --envs conda env list 进入某个环境 acti原创 2021-09-18 17:15:45 · 264 阅读 · 0 评论
分享