摘要: 试想你访问 Jupyter Notebook ,突然忘记了访问密码,该怎么做。经实践,只需利用命令行重新设置下密码即可。 reference: "Jupyter Notebook之web访问密码设定" 阅读全文
posted @ 2019-07-05 16:30 不燥不怕 阅读(3786) 评论(1) 推荐(0) 编辑
摘要: 各类绘图 相关资源 帮助文档: "Matplotlib tutorial for beginner" : https://github.com/rougier/matplotlib tutorial "图之典" :http://tuzhidian.com/ 例子: "effective data v 阅读全文
posted @ 2019-07-05 16:00 不燥不怕 阅读(286) 评论(0) 推荐(0) 编辑
摘要: IPython 支持两种形式的绘图 终端输出图像 新窗口输出图像 方式 1 能够非常方便的保存输出记录(如将`IPython 终端输出转换成 Html 文件) 方式 2 则可以交互式的放大、拖动图片,并且能将图片保存成不同的格式 在终端窗口中输出图片的命令是: In [1]: %matplotlib 阅读全文
posted @ 2019-07-05 15:53 不燥不怕 阅读(3047) 评论(0) 推荐(0) 编辑
摘要: crawl blog website: www.apress.com python coding: utf 8 """ Created on Wed May 10 18:01:41 2017 @author: Raghav Bali """ """ This script crawls apress 阅读全文
posted @ 2019-07-05 11:38 不燥不怕 阅读(484) 评论(0) 推荐(0) 编辑
摘要: csv 读取 json xml 阅读全文
posted @ 2019-07-05 11:37 不燥不怕 阅读(112) 评论(0) 推荐(0) 编辑