Linux Ubuntu下Jupyter Notebook的安装
Posted 草莓鲍鲍
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Ubuntu下Jupyter Notebook的安装相关的知识,希望对你有一定的参考价值。
Jupyter Notebook, 以前又称为IPython notebook,是一个交互式笔记本, 支持运行40+种编程语言. 可以用来编写漂亮的交互式文档.
安装步骤:
pip install --upgrade pip //更新pip
pip install jupyter
jupyter-notebook
如果出现如下情况:
则按指示进行操作:
sudo apt install jupyter-notebook
然后再次运行jupyter-notebook
以上是关于Linux Ubuntu下Jupyter Notebook的安装的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu16.04下spyder和jupyter notebook的使用