共計 279 個字符,預計需要花費 1 分鐘才能閱讀完成。
在 Ubuntu 中安裝 Jupyter 的步驟如下:
- 打開終端,并更新系統:
sudo apt update
- 安裝 Python 3 和 pip:
sudo apt install python3 python3-pip
- 使用 pip 安裝 Jupyter:
sudo pip3 install jupyter
- 啟動 Jupyter Notebook:
jupyter notebook
- 打開瀏覽器,訪問 http://localhost:8888/,即可進入 Jupyter Notebook 的界面。
通過以上步驟,您就可以在 Ubuntu 系統上成功安裝并使用 Jupyter Notebook 了。
丸趣 TV 網 – 提供最優質的資源集合!
正文完