cknoll opened this issue 9 years ago · 1 comments
example cell:
statement1() statement2() ## statement3()
should become
statement1() display(statement2()) statement3()
This is solved since long time.