suppressing output in notebook
How can I suppress output in notebook? In terminal mode I can write simply a semicolon after the command, but it does not work in notebooks.
If you have multiple lines in one cell it should not return anything. Of course, unless you invoke something which explicitly prints to the screen, such as plot or print.
....as long as the last statement is not an expression which returns an object. Ej: a = 2+2 does not produce output
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 14 years ago
Seen: 1,879 times
Last updated: Jan 16 '12
How do I display the full output that includes graphics?
default startup options for sage notebook
Notebook List Object Data Storage/Retrieval? (Start/Restart)
Short Cython Example In A Notebook Cell?
how to get output in a mixed fraction?
What happens in insecure mode?