errorlife
errorlife
@dujiecn 目测是之前用daocloud部署的应用,你可以访问http://www.widuu.com/chinese_docker
md格式有误,#之后忘记加空格了。
btw,优酷的英文字幕看的有点反应不过来😃 ,youtube上有中文的哦: https://www.youtube.com/watch?v=cKxRvEZd3Mw
@ahangchen -- 我笔记本用的是1050,算力达标,但是好像被阉割了,用不了。
请问一下:pydot.graph_from_dot_data() returns a list,我按照[Stackoverflow的回答](http://stackoverflow.com/questions/38176472/graph-write-pdfiris-pdf-attributeerror-list-object-has-no-attribute-writ)把 ``` graph.write_pdf("iris.pdf") ``` 改成 ``` graph[0].write_pdf("iris.pdf") ``` 就不报 `AttributeError: 'list' object has no attribute 'write_pdf'` 错误了。这是什么问题呢,我用的是 Python 2.7 还有,请问 pydotplus 是针对 Python 3 版本的吗?
@ahangchen 哦哦,thx!
hello,首页的Lesson4链接是lesson4,而实际的是lesson-4,导致404=.=