码迷,mamicode.com
首页 >  
搜索关键字:jupyter notebook    ( 1159个结果
Jupyter Notebook PDF输出的中文支持
由于LaTeX对中文支持的需要添加特定的package,所以Jupyter Notebook在转PDF时也需要增加中文支持处理。
分类:其他好文   时间:2015-10-09 13:57:06    阅读次数:1193
Jupyter增加内核
本例的Jupyter安装在Python3下,以增加Python2内核为例。首先确认在Python3下已安装了内核:ipython kernel install --user#orpython3 -m ipykernel install --user然后确保Python2下安装了ipykernelsu...
分类:其他好文   时间:2015-10-08 17:51:28    阅读次数:238
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!