jupyter notebook 的使用

135 阅读1分钟

1 安装

1.1 打开终端,下载安装

pip install jupyter

1.2 启动 Jupyter Notebook:

在终端或命令提示符中,进入你想要工作的目录,然后运行以下命令:

jupyter notebook

2 运行效果

运行后直接弹出下面网页,或者浏览器登录

http://localhost:8888/tree

Home

然后就是上传文件,建立文件,运行代码的正常使用。