##// END OF EJS Templates
Backport PR #2582: Fix displaying history when output cache is disabled....
Backport PR #2582: Fix displaying history when output cache is disabled. Previously, disabling the output cache disabled all history. These were separated, but the `%hist` magic was left with an unnecessary check, where if the output cache was disabled, it would refuse to work. Closes gh-2581

File last commit:

r3954:94d97371
r9840:f7a389a4
Show More
README
5 lines | 100 B | text/plain | TextLexer
This is the IPython directory.
For more information on configuring IPython, do:
ipython config -h