上一页 1 ··· 5 6 7 8 9
摘要: 一.使用conda命令实现虚拟环境的导入导出 1.从计算机a中导出虚拟环境test的相关信息 conda activate test # 先切换到test虚拟环境 conda env export > C:\users\sgj\desktop\test_r.yaml # 将test虚拟环境的相关信息 阅读全文
posted @ 2022-10-16 18:53 Guanjie255 阅读(2932) 评论(0) 推荐(0) 编辑
摘要: 1.PyPI : Python Package Index,the default repository(仓库) of Python packages for Python community that includes frameworks, tools and, libraries. Pytho 阅读全文
posted @ 2022-10-16 16:27 Guanjie255 阅读(1637) 评论(0) 推荐(0) 编辑
摘要: conda command 官方网站Command reference — conda 22.9.0.post42+24f062e25 documentation 创建一个虚拟环境:conda create --name 环境名 [包名和指定的版本] #[包名和指定的版本]可以省略,新建的环境默认安 阅读全文
posted @ 2022-09-30 22:11 Guanjie255 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1.环境 anaconda3,python3.8,jupyter,机器学习框架:sklearn,python第三方库:numpy、sklearn、pandas等 2.步骤 加载数据集(Iris鸢尾花数据集)from sklearn.datasets import load_iris 将数据集按照3: 阅读全文
posted @ 2022-09-29 19:24 Guanjie255 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1.解决方案:想用哪个虚拟环境就必须将包nb_conda安装在哪个虚拟环境中 # 安装成功之后,回到jupyter notebook 新建notebook的时候就会出现你想要的虚拟环境了 $ conda install nb_conda 2.在虚拟环境中使用代码自动补全功能,需要安装pyreadli 阅读全文
posted @ 2022-09-25 20:48 Guanjie255 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 第一种方法:使用parsevideo step1.复制视频URL step2.进入parsevideo解析URL以找到视频的真实文件位置 step3.复制解析好的url到idm-新建任务下载。或者点击解析好的url后面的preview video online,然后就可以在浏览器内下载 第二种方法: 阅读全文
posted @ 2022-08-16 11:25 Guanjie255 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: 一、为PyCharm单独配置代理(前提是安装了Clash For Windows,节点自行购买) 1.问题出现:用PyCharm下载一个第三方库的时候竟然出现了网络错误,我可是设置了系统代理啊 2.解决问题:需要为PyCharm单独设置代理(这种IDE权限达到可以忽略Windows的系统代理了吗) 阅读全文
posted @ 2022-07-28 23:14 Guanjie255 阅读(658) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9