ubuntu中jupyter安装的步骤是什么

1016
2024/6/12 17:17:05
栏目: 智能运维
开发者测试专用服务器限时活动,0元免费领,库存有限,领完即止! 点击查看>>

在Ubuntu中安装Jupyter的步骤如下:

  1. 打开终端,并更新系统:
sudo apt update
  1. 安装Python 3和pip:
sudo apt install python3 python3-pip
  1. 使用pip安装Jupyter:
sudo pip3 install jupyter
  1. 启动Jupyter Notebook:
jupyter notebook
  1. 打开浏览器,访问 http://localhost:8888/ ,即可进入Jupyter Notebook的界面。

通过以上步骤,您就可以在Ubuntu系统上成功安装并使用Jupyter Notebook了。

辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

推荐阅读: ubuntu中文输入法怎么自定义词库