cknoll/displaytools

also display the results of marked statements witihout assignments

cknoll opened this issue · 1 comments

example cell:

statement1()
statement2() ##
statement3()

should become

statement1()
display(statement2())
statement3()

This is solved since long time.