安装Jupyter

如果已经安装了Python,可以直接使用pip命令:pip3 install jupyter

运行Jupyter

执行jupyter notebook命令,等待默认浏览器自动运行。
Python笔记之Jupyter

创建Notebook

右上角New按钮。

常用插件

jupyter_contrib_nbextensions

参考链接:https://www.cnblogs.com/shuaishuai-it/p/7170343.html

相关文章:

  • 2021-04-11
  • 2021-06-13
  • 2022-12-23
  • 2021-12-22
  • 2021-12-04
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-04
  • 2022-12-23
  • 2021-08-11
  • 2021-10-15
  • 2021-11-29
  • 2021-12-28
  • 2021-08-21
相关资源
相似解决方案