您现在的位置是:主页 > news > 南京网站建设耐油橡胶板/百度推广关键词规划师
南京网站建设耐油橡胶板/百度推广关键词规划师
admin2025/5/7 19:38:29【news】
简介南京网站建设耐油橡胶板,百度推广关键词规划师,网站建设 问卷调查,wordpress 支付方式前言:Jupyter 是一个演算本环境,可在其中运行Python代码,并直观地显示Python 程序的输出,类似Mathematica 的效果。 环境:Ubuntu16.04Python2.7 安装步骤: 安装pip 这里只介绍pip,更多方式请…
南京网站建设耐油橡胶板,百度推广关键词规划师,网站建设 问卷调查,wordpress 支付方式前言:Jupyter 是一个演算本环境,可在其中运行Python代码,并直观地显示Python 程序的输出,类似Mathematica 的效果。
环境:Ubuntu16.04Python2.7
安装步骤:
安装pip 这里只介绍pip,更多方式请…
前言:Jupyter 是一个演算本环境,可在其中运行Python代码,并直观地显示Python 程序的输出,类似Mathematica 的效果。
环境:Ubuntu16.04+Python2.7
安装步骤:
- 安装pip
这里只介绍pip,更多方式请参考网站介绍:http://jupyter.org/install。
sudo apt-get install python-pip
由于Ubuntu自带了Python,所以不需要安装Python。
- 安装Jupyter
可通过pip安装Jupyter:
pip install jupyter
- 运行Jupyter
jupyter notebook
第一次运行可能不成(我就是这样……)
[C 15:45:42.277 LabApp] Bad config encountered during initialization:
[C 15:45:42.277 LabApp] Could not decode '\xe6\x9c\xaa\xe5\x91\xbd\xe5\x90\x8d' for unicode trait 'untitled_notebook' of a LargeFileManager instance.
折腾了一番终于解决
在终端运行LANG=zn jupyter lab
(参考Github上面的讨论)
再次运行jupyter notebook
好了,到这里Jupyter安装成功。