I'm using ipython on Mac OS X Snow leopard and for some reason I get an error when I use the hist magic function, even when giving it as %hist. When I give hist
I get a python NameError
and when I give %hist
I get an ipython error ERROR: Magic function 'hist' not found.
I can see the history file in the .ipython folder, and it's up-to-date. I have readline correctly installed (tab completion works), and up-arrow command cycling also works. The hist function also works on my PC.
Has anyone else seen this problem? I have tried Googling the error message, but nothing came up.