安装python2.7版本wgethttps://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgztarzxvfPython-2.7.8.tgzcdPython-2.7.8./configure--prefix=/usr/local/python2.7--with-readlinemake(解决方向键问题)--with-openssl--with-openssl-devel(安装pip需要)--withzlib(安装setu..
分类:
编程语言 时间:
2015-08-26 00:13:56
阅读次数:
189
1、ubuntu下 opencv 使用配置安装oepncv: sudo apt-get install libopencv-dev利用python调用opencv需要安装 python-opencv:sudo apt-get install python-opencv2、ubuntu下pycharm...
分类:
编程语言 时间:
2015-08-25 16:18:59
阅读次数:
310
http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb
分类:
编程语言 时间:
2015-08-20 14:37:55
阅读次数:
308
华夫人:我们Notebook是由MathWork公司在MATLAB5.0中开始增加,实现MATLAB和Word的连接。 唐伯虎:哼!我们ExcelLink是在Windows环境下实现的Excel与Matlab连接。 华夫人:用了我们Notebook的人能在Word环境中“随心所欲的享用”MA...
分类:
其他好文 时间:
2015-08-19 23:19:15
阅读次数:
538
Be sure your pc has a web cam. Of all notebooks, the web cam can look just like a little pit in the top edge of the display. Most notebook computers m...
分类:
其他好文 时间:
2015-08-17 11:38:21
阅读次数:
286
ipython是一个python的交互式shell,比默认的pythonshell好用得多,支持变量自动补全,自动缩进,支持bashshell命令,内置了许多很有用的功能和函数安装环境系统:CentOs6.4python版本:Python-2.7.10ipython版本:ipython-1.2.11.yum-yinstallreadline-devel安装readline开发包2...
分类:
编程语言 时间:
2015-08-16 00:52:57
阅读次数:
183
以下内容部分我是从其他地方找的,并且做了适当的修改,亲身测试可以安装成功在安装ulipad之前,先安装一个超级好用的Python的交互式Shell--iPython。iPython功能很强大,她支持语法高亮/自动完成/代码调试/对象自省,支持Bash Shell命令,内置了很多很有用的功能和函式。$...
分类:
系统相关 时间:
2015-08-13 19:52:39
阅读次数:
182
一、开发 环境搭建1. linux下一般有自带的python,如果对版本不满意,可以再自行安装。2. 安装ipython(推荐)sudo apt-get install ipython sudo pip install ipython 3. 安装pipsudo apt-get install pyt...
分类:
系统相关 时间:
2015-08-12 23:15:59
阅读次数:
151
首先,利用前面说的如何在ubuntu上安装ipython notebook, 再安装好pygal 我们在浏览器打开notebook,运行下列代码 import?pygal
line_chart?=?pygal.Line()
line_chart.title?=?‘Browser?usage?evolution...
分类:
编程语言 时间:
2015-08-12 20:00:10
阅读次数:
258
##Linux安装ipythonroot@kali:~#pipinstall"ipython[notebook]"
root@kali:~#ipython
Python2.7.3(default,Mar132014,11:03:55)
Type"copyright","credits"or"license"formoreinformation.
IPython4.0.0-b1--AnenhancedInteractivePython.
?->IntroductionandoverviewofIPyt..
分类:
编程语言 时间:
2015-08-11 19:15:48
阅读次数:
208