
PyCharm
文章平均质量分 60
xiekai1116
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
210928-git学习记录
git init git add readme.txt git commit -m “wrote a readme file” git add readme.txt git commit -m “add distributed” git add readme.txt git commit -m “append GPL” git log git log --pretty=oneline 用HEAD表示当前版本,也就是最新的提交1094adb…(注意我的提交ID和你的肯定不一样),上一个版本就是HEAD^,上上原创 2021-10-07 14:50:47 · 112 阅读 · 0 评论 -
211003-Graphviz配置尝试记录
机器学习——决策树的可视化配置graphviz +windows+pygraphcizd Python3.5在jupyter中使用graphviz画决策树(包括graphviz-2.38.msi的安装) 按照这个配置pycharm可以正常使用,但jupyter仍不行。 pip uninstall graphviz conda install python-graphviz jupyter可行,但pycharm不可用,而且没有graphviz.Source了 ...原创 2021-10-04 08:16:42 · 154 阅读 · 0 评论 -
pycharm默认的Nosetests运行模式之坑-20201110
pycharm默认的Nosetests运行模式之坑 PS:引用次链接是因为贴图了,方便查找,以后自己也要适当贴图,一图胜千言! 最后自己选用Unittests(另外选项提示没有),就不用在进入Nosetests了。原创 2020-11-10 20:55:38 · 191 阅读 · 1 评论 -
Pycharm下使用GPU(Could not dlopen library ‘libcublas.so.10.0‘; dlerror: libcublas.so.10.0)-20201028
First Make sure CUDA and CuDNN has been installed successfully and Configuration should be verified. CUDA driver version should be sufficient for CUDA runtime version. Once done, Open PyCharm Goto File->Settings-> Project Interpreter Select the appro原创 2020-10-28 16:30:32 · 1764 阅读 · 0 评论 -
PyCharm 中文指南和快捷键总结-PyCharm手册-20200923
PyCharm 中文指南 有认识了一遍pycharm,总结的很好!原创 2020-09-23 14:44:58 · 562 阅读 · 0 评论