首先需要下载Anaconda 3软件,下载完成后,可以在开始里直接点击打开jupyter,见下图:
jupyter的使用
注意:Jupyter会打开默认浏览器作为编辑窗口;缺点是里面有很多系统文件夹;我们还可以用第二种方法打开;
jupyter的使用
第二种方法:
在D盘新建一个文件夹test1;在目录路径里输入cmd,直接打开dos命令;
jupyter的使用
在里面输入jupyter notebook 回车
jupyter的使用
系统会在默认的浏览器里打开窗口;
jupyter的使用
点击new 选择python3 打开了代码编写窗口;
jupyter的使用
代码编写窗口:
jupyter的使用
ok,我们可以在这个窗口发挥自己的代码能力了。

相关文章:

  • 2021-10-28
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-06-04
  • 2021-07-09
猜你喜欢
  • 2021-08-19
  • 2021-10-14
  • 2022-12-23
  • 2021-12-30
  • 2021-09-28
  • 2021-07-30
相关资源
相似解决方案