
python
国服卤蛋儿
这个作者很懒,什么都没留下…
展开
-
numpy警告信息和scipy的导入imread错误
numpy要求大于1.13.3 当前为1.17.4 Requirement already satisfied:numpy>=1.13.3 in /home/zzn/.local/lib/python3.6/site-packages (from tensorflow-gpu==1.12) (1.17.4) 1. 导入tf警告: FutureWarning: Passing (type, ...原创 2019-11-22 14:44:46 · 539 阅读 · 0 评论 -
如何让jupyter notebook使用虚拟环境
直接用虚拟环境jupyter打开即可原创 2019-11-22 13:43:38 · 287 阅读 · 0 评论 -
Jupyter notebook远程访问服务器
1.XSHELL登录服务器 2.检查是否有安装jupyter notebook,终端输入jupyter notebook,如果报错就是没有啦,那么就要用下面命令安装。 pip install jupyter 3.生成配置文件 jupyter notebook --generate-config 4.生成密码(后续写配置文件、登录Jupyter notebook需要) 打开python终端 fr...原创 2019-11-22 11:43:39 · 244 阅读 · 0 评论