摘要: ipython技巧 1、快速查看文档:np.random.randn?;在python中使用python查看:help(np.random.randn) 2、可以直接运行shell命令(pwd、cd等命令) 3、%timeit可以实时查看代码的运行效率 4、ipython notebook(web上 阅读全文
posted @ 2018-10-16 20:59 你说的都好 阅读(484) 评论(0) 推荐(0) 编辑