##// END OF EJS Templates
Mention that suppressing output also bypasses output cache.
Thomas Kluyver -
Show More
@@ -42,7 +42,8 b' Suppress output'
42
42
43 Put a ';' at the end of a line to suppress the printing of output. This is
43 Put a ';' at the end of a line to suppress the printing of output. This is
44 useful when doing calculations which generate long output you are not
44 useful when doing calculations which generate long output you are not
45 interested in seeing.
45 interested in seeing. It also keeps the object out of the output cache, so if
46 you're working with large temporary objects, they'll be released from memory sooner.
46
47
47 Lightweight 'version control'
48 Lightweight 'version control'
48 -----------------------------
49 -----------------------------
General Comments 0
You need to be logged in to leave comments. Login now