Open tpoisot opened 9 years ago
(also just a note, but I am unable to get any result to be printed in the compiled document, using any variation, or even none, of these parameters)
Actually, it's only when I use print
. If I use x
, I get the value of x
. If I use print(x)
, I get nothing.
(If I understood the doc correctly) to have a block and its output displayed, I have to use
Wouldn't it make more sense to use something like
show
as opposed tohide
? This way the keyword would reflect the expected behavior, as opposed to thinking about the opposite?