质量为本、客户为根、勇于拼搏、务实创新
ubuntu中jupyter安装的步骤是甚么
在Ubuntu中安装Jupyter的步骤以下:
sudo apt update
sudo apt install python3 python3-pip
sudo pip3 install jupyter
jupyter notebook
通过以上步骤,您就能够在Ubuntu系统上成功安装并使用Jupyter Notebook了。
TOP