Jupyter 提供了可视化的编写和运行 python 程序的 Web 界面。 https://jupyter.org/install 使用只需要两步: $ pip install jupyterlab$ jupyter lab 之后你就可以在 .ipynb 的文件中编写脚本了。 Link:https://www.cnblogs.com/farwish/p/13199118.html 相关文章: 2022-01-24 2021-09-07 2022-12-23 2022-12-23 2022-12-23 2021-07-21 2022-12-23 2021-06-02