##// END OF EJS Templates
make execute preprocessor timeout configurable
make execute preprocessor timeout configurable

File last commit:

r17089:5807c24d
r17094:85f1285b
Show More
Clear Output.ipynb
35 lines | 579 B | text/plain | TextLexer
In [ ]:
from IPython.display import clear_output
In [ ]:
for i in range(10):
    clear_output()
    print(i)