gap-packages / JupyterKernel

Native Jupyter kernel for GAP
https://gap-packages.github.io/JupyterKernel/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

Confusing output #60

Open frankluebeck opened 6 years ago

frankluebeck commented 6 years ago

Output is rendered too late if there are several statements in a cell. This can lead to a very confusing display. E.g.,

ex

This confusion would be avoided if only the last result (if there is any and no ;;) was rendered (after other output is flushed).

olexandr-konovalov commented 6 years ago

Curious why this behaviour differs from the one in #50 reported a couple of days ago.