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

Numbering of input cells with several commands #50

Open olexandr-konovalov opened 6 years ago

olexandr-konovalov commented 6 years ago

Presently it numbers the input cell by the number of the last output - would it be more natural to have it numbered by the first? E.g. on this picture In [4]: instead of In [6]:? screen shot 2018-06-06 at 16 35 44

olexandr-konovalov commented 3 years ago

This may be actually OK - it's coherent with the behaviour of Python Jupyter notebooks. Could be said somewhere in the manual (or in one of the new coming demos) about possibility of placing several commands in one cell, and the way how numbering works in this case.