由于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
给程序加上控制台菜单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
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
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
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
华夫人:我们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
首先,利用前面说的如何在ubuntu上安装ipython notebook, 再安装好pygal 我们在浏览器打开notebook,运行下列代码 import?pygal
line_chart?=?pygal.Line()
line_chart.title?=?‘Browser?usage?evolution...
分类:
编程语言 时间:
2015-08-12 20:00:10
阅读次数:
258