转载:https://www.cnblogs.com/bxyan/p/7203966.html

Linux Ubuntu下Jupyter Notebook的安装

 

Jupyter Notebook, 以前又称为IPython notebook,是一个交互式笔记本, 支持运行40+种编程语言. 可以用来编写漂亮的交互式文档.

安装步骤:

 

 pip install --upgrade pip //更新pip


caffe-jupyter(Linux Ubuntu下Jupyter Notebook的安装)

 
pip install jupyter

caffe-jupyter(Linux Ubuntu下Jupyter Notebook的安装)

jupyter-notebook

如果出现如下情况:

caffe-jupyter(Linux Ubuntu下Jupyter Notebook的安装)

则按指示进行操作:

sudo apt install jupyter-notebook

然后再次运行jupyter-notebook

caffe-jupyter(Linux Ubuntu下Jupyter Notebook的安装)

caffe-jupyter(Linux Ubuntu下Jupyter Notebook的安装)

相关文章: