在ipython中打印当前命名空间中的变量

时间:2016-05-01 16:29:49

标签: python ipython

是否有一个ipython magic命令会打印当前命名空间中的变量?

The ipython documentation is here而且我没有看到答案。

A list of magic commands in ipython is here

1 个答案:

答案 0 :(得分:2)

在这个问题中回答:https://stackoverflow.com/a/634581/1339987

命令为who。以下是一些示例代码:

In [9]: who

您还可以使用whos了解更多详情,例如:

In [10]: whos