Ask Your Question
1

suppressing output in notebook

asked 2011-01-08 18:09:30 +0200

czsan gravatar image

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.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
2

answered 2012-01-16 15:56:17 +0200

Jason gravatar image

Another thing you can do is just put the keyword "None" as the last line in the cell. Example:

1+1
None
edit flag offensive delete link more
1

answered 2011-01-10 07:10:50 +0200

czsan gravatar image

I think the best solution is hiding the expression with an assignment statement.

edit flag offensive delete link more
1

answered 2011-01-08 18:42:49 +0200

Eviatar Bach gravatar image

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.

edit flag offensive delete link more

Comments

....as long as the last statement is not an expression which returns an object. Ej: a = 2+2 does not produce output

pang gravatar imagepang ( 2012-01-17 06:29:02 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-01-08 18:09:30 +0200

Seen: 1,711 times

Last updated: Jan 16 '12