##// END OF EJS Templates
Default to 25-75% of min-max if no value is set instead of 0-1
Default to 25-75% of min-max if no value is set instead of 0-1

File last commit:

r16113:87737521
r17591:51dc53fd
Show More
other.ipynb
32 lines | 501 B | text/plain | TextLexer

This notebook just defines bar

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