10 2015 档案

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

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

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 墨银 阅读(955) 评论(0) 推荐(0)

导航