Jupyter 提供了可视化的编写和运行 python 程序的 Web 界面。
https://jupyter.org/install
使用只需要两步:
$ pip install jupyterlab$ jupyter lab
$ pip install jupyterlab
之后你就可以在 .ipynb 的文件中编写脚本了。
Link:https://www.cnblogs.com/farwish/p/13199118.html