摘要: 一、python assert的作用: 根据Python 官方文档解释(https://docs.python.org/3/reference/simple_stmts.html#assert), "Assert statements are a convenient way to insert d 阅读全文
posted @ 2017-11-08 17:41 AI菌 阅读(150207) 评论(0) 推荐(10) 编辑
摘要: Jupyter Notebook, 以前又称为IPython notebook,是一个交互式笔记本, 支持运行40+种编程语言. 可以用来编写漂亮的交互式文档. Linux下, Jupyter Notebook的安装过程可以参考Jupyter官方网站, 具体的, 可能只需要一句话就能搞定: 安装完之 阅读全文
posted @ 2017-11-08 11:47 AI菌 阅读(1970) 评论(0) 推荐(0) 编辑