Jupyter notebok安装
时间: 2023-04-01 17:00:49 浏览: 104
算法:算法学习笔记
Jupyter notebook的安装可以通过pip命令进行安装,具体步骤如下:
1. 打开命令行窗口(Windows用户可以按下Win+R键,输入cmd并按下回车键打开命令行窗口)。
2. 输入以下命令安装Jupyter notebook:
pip install jupyter
3. 安装完成后,输入以下命令启动Jupyter notebook:
jupyter notebook
4. 在浏览器中输入http://localhost:8888/,即可进入Jupyter notebook的界面。
希望以上回答能够帮到您。
阅读全文