检查python是否安装。
on command prompt type the following command : python --version
如果未下载 python,请从其网站下载
检查pip是否安装
on cmd type the following command pip --version
安装jupyter笔记本
type the following command on the commmand prompt : pip install notebook
安装成功后
打开 jupyter 笔记本
type the following command on the command prompt : jupyter notebook
以上是如何安装jupyter笔记本的详细内容。更多信息请关注PHP中文网其他相关文章!