跳转至内容

Python 3:文件和数字资产操作/预备/Jupyter

来自维基教科书,开放世界中的开放书籍


Jupyterlab

[编辑 | 编辑源代码]

Python 包管理器 [1]

[编辑 | 编辑源代码]
pip install jupyterlab
brew install jupyterlab

Windows 包管理器 [2]

[编辑 | 编辑源代码]
winget install jupyterlab

要启动 jupyter lab,请运行

jupyter lab

Jupyter Notebook

[编辑 | 编辑源代码]

如果您想要经典体验,您可以使用以下命令安装 notebook

Python 包管理器[1]

[编辑 | 编辑源代码]
pip install notebook

Jupyter 桌面 [2]

[编辑 | 编辑源代码]

您可以在 Github 上找到 Jupyter Desktops 的最新版本。Jupyter Desktop 是一个支持 Windows、Linux 和 MacOS 的应用程序。

参考资料

[编辑 | 编辑源代码]
  1. a b c "安装 Jupyter - 在您的计算机上运行". Jupyter 项目. 检索于 2023 年 8 月 24 日.
  2. a b "JupyterLab 桌面". Github. 检索于 2023 年 8 月 24 日.
华夏公益教科书