gpt4 book ai didi

console - Spyder中IPython控制台如何查看所有命令的控制台历史记录

转载 作者:行者123 更新时间:2023-12-05 08:42:33 61 4
gpt4 key购买 nike

在 Spyder 的 IPython 控制台中,我只能看到最新执行的命令——因为前者从控制台窗口中消失了。

我想知道是否有什么办法——例如通过调整一些参数——在 Spyder 的 IPython 控制台中查看所有命令的控制台历史记录。

你能帮帮我吗?谢谢!

最佳答案

如果您在 Ipython 控制台中键入 %quickref,您将看到一个如下所示的部分:

History:

_i, _ii, _iii : Previous, next previous, next next previous input
_i4, _ih[2:5] : Input history line 4, lines 2-4
exec _i81 : Execute input history line #81 again
%rep 81 : Edit input history line #81
_, __, ___ : previous, next previous, next next previous output
_dh : Directory history
_oh : Output history
%hist : Command history of current session.
%hist -g foo : Search command history of (almost) all sessions for 'foo'.
%hist -g : Command history of (almost) all sessions.
%hist 1/2-8 : Command history containing lines 2-8 of session 1.
%hist 1/ ~2/ : Command history of session 1 and 2 sessions before current.
%hist ~8/1-~6/5 : Command history from line 1 of 8 sessions ago to
line 5 of 6 sessions ago.
%edit 0/ : Open editor to execute code with history of current session.

其中一个命令应该做你想做的......

关于console - Spyder中IPython控制台如何查看所有命令的控制台历史记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40041899/

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