码迷,mamicode.com
首页 >  
搜索关键字:notebook    ( 857个结果
Python面向对象编程 - 一个记事本程序范例(二)
给程序加上控制台菜单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
ipython notebook 浏览器中编写数学公式和现实
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
通过web远程访问服务器的ipython
ipython notebook 远程设置
分类:编程语言   时间:2015-09-07 14:20:27    阅读次数:4165
MySQL and R
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
关于ubuntu下的一些软件的安装pycharm ipython-notebook opencv
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
MATLAB与Word、Excel的混合使用
华夫人:我们Notebook是由MathWork公司在MATLAB5.0中开始增加,实现MATLAB和Word的连接。 唐伯虎:哼!我们ExcelLink是在Windows环境下实现的Excel与Matlab连接。 华夫人:用了我们Notebook的人能在Word环境中“随心所欲的享用”MA...
分类:其他好文   时间:2015-08-19 23:19:15    阅读次数:538
How to make a Skype video call on iPad
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
如何使用pygal在ipython notebook上作图
首先,利用前面说的如何在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安装ipython
##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
对象容器、对象数组、集合容器(输出改进)
package notebook;import java.util.ArrayList; import java.util.HashSet;class Value { private int i; public void set(int i) { this.i = i; } public int get() { r...
分类:编程语言   时间:2015-08-11 16:17:24    阅读次数:126
857条   上一页 1 ... 77 78 79 80 81 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!