pip安装jupyternotebook步骤
时间: 2023-06-05 19:48:12 浏览: 274
jupyter notebook安装.docx
1. 打开命令行工具(如Windows下的cmd或PowerShell,或者macOS或Linux下的终端)。
2. 输入以下命令安装pip:`python -m ensurepip --default-pip`。
3. 等待安装完成后,输入以下命令安装jupyter notebook:`pip install jupyter`。
4. 等待安装完成后,输入以下命令启动jupyter notebook:`jupyter notebook`。
5. 在浏览器中打开jupyter notebook的页面,即可开始使用。
阅读全文