##// END OF EJS Templates
Avoid crash if the history table cannot be queried for some reason. Fixes #8310.
Avoid crash if the history table cannot be queried for some reason. Fixes #8310.

File last commit:

r20278:8f4dcac7
r21255:0b927c08
Show More
other.ipynb
44 lines | 748 B | text/plain | TextLexer

This notebook just defines bar

InĀ [2]:
def bar(x):
    return "bar" * x