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

安装步骤:

 

 pip install --upgrade pip //更新pip


Linux Ubuntu下Jupyter Notebook的安装

 
pip install jupyter

Linux Ubuntu下Jupyter Notebook的安装

jupyter-notebook

如果出现如下情况:

Linux Ubuntu下Jupyter Notebook的安装

则按指示进行操作:

sudo apt install jupyter-notebook

然后再次运行jupyter-notebook

Linux Ubuntu下Jupyter Notebook的安装

Linux Ubuntu下Jupyter Notebook的安装

相关文章:

  • 2021-06-08
  • 2021-08-17
  • 2021-11-13
  • 2021-06-22
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2022-02-09
  • 2021-11-16
相关资源
相似解决方案