.ipython 与 .ipynb 之间有什么区别?

发布于 2025-01-11 10:05:19 字数 176 浏览 1 评论 0 原文

我知道 .py 是一个常规的 python 文件。此外,.ipynb 是一个包含笔记本代码的 Python 笔记本,而 IPython 应该是 Python 的交互式 shell。

但是,当我想编写 Jupiter 笔记本代码并在 VSC 中运行它时,我的代码文件应该使用什么扩展名? .ipython 还是 .ipynb?

I know that .py is a regular python file. Also, .ipynb is a python notebook that contains the notebook code, and IPython is supposed to be an interactive shell for Python.

But when I want to write a Jupiter notebook code and run it in VSC, what extension should I use for my code file? .ipython or .ipynb?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒解孤独 2025-01-18 10:05:19

它应该是.ipynb。 Python扩展不支持.ipython文件,并且我找不到支持此文件扩展名的扩展。

It should be .ipynb. Python extension does not support .ipython file, and I could not find an extension that supports this file extension.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文