安装Python

下载好python.exe后点击打开安装
注:记得勾选下面的配置环境变量框框

使用pip安装jupyter

命令行输入:pip install jupyter
安装成功后在包目录有jupyter.exe文件
Python在线编辑器jupyter的简单安装与使用

启动jupyter

命令行输入:jupyter notebook

启动成功

Python在线编辑器jupyter的简单安装与使用

开始编写程序

New ->python 3
新建一个Python文件

安装第三方模块

!pip install name

Python在线编辑器jupyter的简单安装与使用

运行

运行:Ctrl+Enter
运行且在下一行插入代码块:Shift+Enter
Python在线编辑器jupyter的简单安装与使用

相关文章:

  • 2022-02-05
  • 2022-12-23
  • 2021-10-19
  • 2022-02-27
  • 2021-06-29
  • 2021-12-26
  • 2021-08-04
猜你喜欢
  • 2021-07-23
  • 2022-02-14
  • 2022-12-23
  • 2021-08-17
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案