红联Linux门户
Linux帮助

Linux下安装python notebook

发布时间:2016-01-08 10:49:11来源:linux网站作者:帅气的弟八哥

1.安装pip工具

sudo apt-get install pyton-pip


2.安装ipython及其依赖包

sudo apt-get install ipython ipython-notebook


3.安装可选的附加工具(需要时间较长)

sudo apt-get install python-matplotlib python-scipy python-pandas python-sympy python-nose


4.测试ipython,测试notebook

命令行输入ipython ,回车即可进入ipython模式

命令行输入 ipython notebook ,回车,默认浏览器自动打开notebook编辑页面。


Ubuntu 11.10 3D桌面(compiz setting)for notebook:http://www.linuxdiyf.com/linux/4551.html

Linux环境如何升级Python:http://www.linuxdiyf.com/linux/8395.html

Python程序员最常犯的十个错误:http://www.linuxdiyf.com/linux/16441.html

Ubuntu下使用Eclipse和PyDev搭建完美Python开发环境:http://www.linuxdiyf.com/linux/6257.html

提高Python运行效率的六个窍门:http://www.linuxdiyf.com/linux/12569.html