IPython是一个更好的交互环境,是程序员做数据挖掘的好帮手,但是在Windows下运行IPython可能会出现ImportError: No module named pickleshareImportError: No module named simplegenericImportError...
分类:
编程语言 时间:
2015-10-13 12:04:24
阅读次数:
355
由于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
IPython是Python 的原生交互式 shell 的增强版,可以完成许多不同寻常的任务,比如帮助实现并行化计算;主要使用它提供的交互性帮助,比如代码着色、改进了的命令行回调、制表符完成、宏功能以及改进了的交互式帮助。安装python[root@localhost ~]# tar -xvf Py...
分类:
编程语言 时间:
2015-10-07 12:03:21
阅读次数:
238
给程序加上控制台菜单menu.pyimport sysfrom notebook import Notebook, Noteclass Menu: '''Display a menu and respond to choices when run.''' def __init__(sel...
分类:
编程语言 时间:
2015-10-05 12:53:52
阅读次数:
243
转自《谈谈Linux内存释放》首先我们可能会用free 去查看内存的使用率,它应该是这样的:[root@ipython ~]# free -m total used free sharedbuffers cachedMem: 3204031707332049827649-/+ buffers/c.....
分类:
系统相关 时间:
2015-09-19 01:03:57
阅读次数:
244
Python Notebook简介1http://www.cnblogs.com/cbscan/p/3545084.html $ python -m IPythonhttp://pypi.python.org/pypi/pip#downloads#python setup.py install $ ...
分类:
编程语言 时间:
2015-09-15 11:00:21
阅读次数:
148
㈠Python和ipython的依赖包#yuminstall-yreadline-devel-y#yumgroupinstall"developmenttools"-y㈡安装Python2.7#wgethttp://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz#tar-zxvfPython-2.7.10.tgz#cdPython-2.7.10#./configure--prefix=/usr/local/python27#make&am..
分类:
编程语言 时间:
2015-09-10 17:52:03
阅读次数:
216
MySQL and RAugust 15, 2011ByChristopher Bare(This article was first published onDigithead's Lab Notebook, and kindly contributed toR-bloggers)Using My...
分类:
数据库 时间:
2015-08-28 17:16:30
阅读次数:
487