gpt4 book ai didi

python - IPython 的神奇 %paste 是如何工作的?

转载 作者:IT老高 更新时间:2023-10-28 21:09:53 24 4
gpt4 key购买 nike

我想将已经缩进的 Python 代码/整个函数和类复制到 IPython 中。每次我尝试缩进都搞砸了,我收到以下错误消息:

IndentationError: unindent does not match any outer indentation level (<ipython-input-23-354f8c8be51b>, line 12)

If you want to paste code into IPython, try the %paste and %cpaste magic functions.

最佳答案

您不能直接复制到 IPython。步骤如下:

  1. 将要复制到 IPython 中的行复制到剪贴板中
  2. 在 IPython 中输入 %paste
  3. 按回车
  4. 利润!

关于python - IPython 的神奇 %paste 是如何工作的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10886946/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com