mac jupyter notebooks的安装
时间: 2024-05-24 22:09:22 浏览: 258
jupyter notebook的安装与使用详解
5星 · 资源好评率100%
安装 Jupyter Notebooks 需要经过以下步骤:
1. 在终端里安装 Homebrew。在终端中输入以下命令:
```
/bin/bash -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. 安装 Python3。在终端中输入以下命令:
```
brew install python3
```
3. 使用 pip3 安装 Jupyter Notebooks。在终端中输入以下命令:
```
pip3 install jupyter
```
4. 启动 Jupyter Notebooks。在终端中输入以下命令:
```
jupyter notebook
```
以上就是在 Mac 上安装 Jupyter Notebooks 的步骤。如果您遇到任何问题,请随时问我。
阅读全文