##// 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
MinRK -
r9840:f7a389a4
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook / static / js
cell.js Loading ...
clusterlist.js Loading ...
codecell.js Loading ...
completer.js Loading ...
contexthint.js Loading ...
events.js Loading ...
initmathjax.js Loading ...
kernel.js Loading ...
layoutmanager.js Loading ...
loginmain.js Loading ...
loginwidget.js Loading ...
logoutmain.js Loading ...
menubar.js Loading ...
namespace.js Loading ...
notebook.js Loading ...
notebooklist.js Loading ...
notebookmain.js Loading ...
notificationwidget.js Loading ...
outputarea.js Loading ...
page.js Loading ...
pagemain.js Loading ...
pager.js Loading ...
printnotebookmain.js Loading ...
projectdashboardmain.js Loading ...
quickhelp.js Loading ...
savewidget.js Loading ...
textcell.js Loading ...
toolbar.js Loading ...
tooltip.js Loading ...
utils.js Loading ...