安装:

pip install jupyter

启动:

jupyter notebook

创建文件

这里的python文件格式是ipynb,可以在download as 中选择要保存的格式。

执行:

可以运行一个单元格或者说有的单元格。

这里介绍最常见的快捷键方式:

  • Ctrl + Enter: 执行单元格代码
  • Shift + Enter: 执行单元格代码并且移动到下一个单元格
  • Alt + Enter: 执行单元格代码,新建并移动到下一个单元格

https://blog.csdn.net/u014680339/article/details/92798073

https://blog.csdn.net/skj1995/article/details/103827898

主题设置:https://github.com/dunovank/jupyter-themes

https://blog.csdn.net/DSTJWJW/article/details/85304390

https://blog.csdn.net/u014665013/article/details/81084604

https://blog.csdn.net/weixin_42096202/article/details/106962165

https://blog.csdn.net/qq_32146369/article/details/111850668

Jupyter notebook 输出部分显示不全的问题: https://blog.csdn.net/dlh_sycamore/article/details/83041402

jupyter自动补全功能:https://blog.csdn.net/bingozb/article/details/100938268

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2021-11-07
  • 2021-05-26
  • 2021-08-20
猜你喜欢
  • 2022-01-14
  • 2021-12-21
  • 2022-01-14
  • 2021-07-14
  • 2021-07-25
  • 2022-01-13
  • 2021-11-23
相关资源
相似解决方案