2015年10月20日

在 ipython notebook 中如何启用在线绘图功能

摘要: 如果没有启用绘图功能时,在ipython notebook中调用 plot函数或者调用 matplotlib.pyplot.show() 会报如下错误:RuntimeError: Invalid DISPLAY variable这个时候需要在新版本的 jupyter中需要输入%pylab inlin... 阅读全文

posted @ 2015-10-20 16:07 墨银 阅读(657) 评论(0) 推荐(0)

2015年10月19日

Pandas Api 不完全翻译

摘要: 原文地址http://pandas.pydata.org/pandas-docs/stable/api.htmlAPI ReferenceInput/OutputPicklingread_pickle(path)Load pickled pandas object (or any other pic... 阅读全文

posted @ 2015-10-19 21:09 墨银 阅读(918) 评论(0) 推荐(0)

2015年9月26日

[转]在Windows上安装Python+MySQL 的常见问题及解决方法

摘要: 验证是否已经安装了MySQLdb:==========================================================d:/usr/local/Python25>pythonPython 2.5.4 (r254:67916, Dec 23 2008, 15:10:54... 阅读全文

posted @ 2015-09-26 12:36 墨银 阅读(424) 评论(1) 推荐(0)

导航