以下代码在 python 3.5 + jupyter notebook 中运行测试无误!# 我们爬取网页的目的,无非是先定位到DOM树的节点,然后取其文本或属性值myPage = ''' TITLE 我的博客 我的文章 ...
分类:
其他好文 时间:
2015-12-27 08:27:45
阅读次数:
189
临时性的改变一个jupyter的主题参考这个实现,只要在notebook里运行这段代码就行了,能让所有的cell都能够显示黑色背景一个更为完备的工具参考这个方案:安装jupyter-themer然后执行jupyter-themer命令如jupyter-themer -c monokai只要重启ipy...
分类:
其他好文 时间:
2015-12-08 20:27:19
阅读次数:
856
不要总是等待,而是去创造ipython notebook升级成了jupyter notebook,在4.x之后的版本,安装扩展方便了很多。如何安装一个table of Content扩展呢?参考这里就行了jupyter提供了jupyter-nbextension命令来安装和启用这些扩展,同时也有一个...
分类:
其他好文 时间:
2015-12-07 18:26:34
阅读次数:
424
netcdf4 ? requests ? py_gd ? openexr ? numpy ? coverage ? mod_wsgi ? thrift ? pims ? setuptools ? rpy2 ? cython ? psycopg ? shapely ? pandas ? pyhdf jupyter ? six ? rasterio ? py...
分类:
编程语言 时间:
2015-10-16 10:16:11
阅读次数:
374
由于LaTeX对中文支持的需要添加特定的package,所以Jupyter Notebook在转PDF时也需要增加中文支持处理。
分类:
其他好文 时间:
2015-10-09 13:57:06
阅读次数:
1193
本例的Jupyter安装在Python3下,以增加Python2内核为例。首先确认在Python3下已安装了内核:ipython kernel install --user#orpython3 -m ipykernel install --user然后确保Python2下安装了ipykernelsu...
分类:
其他好文 时间:
2015-10-08 17:51:28
阅读次数:
238
安装使用jupyter(原来的notebook)...
分类:
其他好文 时间:
2015-06-12 11:47:07
阅读次数:
189