首页 >后端开发 >Python教程 >如何安装jupyter笔记本

如何安装jupyter笔记本

Barbara Streisand
Barbara Streisand原创
2024-11-18 18:36:03470浏览

How to install jupyter notebook

步骤1

检查python是否安装。

on command prompt
type the following command :
python --version

如果未下载 python,请从其网站下载

步骤2

检查pip是否安装

on cmd
type the following command
pip --version


步骤3

安装jupyter笔记本

type the following command on the commmand prompt :
pip install notebook

步骤4

安装成功后
打开 jupyter 笔记本

type the following command on the command prompt :
jupyter notebook

完毕

以上是如何安装jupyter笔记本的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn