Is there an ipython magic command that will print the variables in the current namespace?
The ipython documentation is here and I don't see an answer to this.
Is there an ipython magic command that will print the variables in the current namespace?
The ipython documentation is here and I don't see an answer to this.
It's answered in this SO question: https://stackoverflow.com/a/634581/1339987
The command is who
. Here is some sample code:
In [9]: who
You can also use whos
for more detail, like this:
In [10]: whos