I'd like a simple way to hide all the cell tags in my notebook, that is, things of the form In[..] and Out[..].
The reason being that they up a lot of the margin and are not useful to me (also they make the git history messy)!
Of course, I would like to keep line numbering within each code cell, so I have set 'lineNumbers':true in my config:
Is there another field I can use to set this, like 'in_out_prompts':false? Perhaps from some other extension? It would be great to at the very least remove the numbers inside the In and Out tag brackets.
Related:


