您的当前位置:首页正文

怎样下载安装jupyter?

2024-07-19 来源:一二三四网

Jupyter notebook 安装:(推荐:)

命令行窗口直接使用pip install jupyter命令安装,或先使用cd命令进入指定目录然后使用pip install jupyter命令安装。

jupyter notebook的启动

命令行窗口输入: jupyter notebook即可启动。

更多python知识请关注。

显示全文