Hide counter from cell #11603
-
Hello. I would like to know if it's possible to get rid out of the counter number on left of each cell in a notebook. The only way to change is restarting kernel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This contains the execution count (id) returned by the Jupyter kernel. Currently its not possible to hide this. When ever you run a cell this will get added to the cell and will get displayed, and will also get saved in the iipynb file. Out of curiosity why would you like to hide this? |
Beta Was this translation helpful? Give feedback.
This contains the execution count (id) returned by the Jupyter kernel.
Generally tends to be an auto incrementing number that would tell you in what order a particular cell ran.
Currently its not possible to hide this. When ever you run a cell this will get added to the cell and will get displayed, and will also get saved in the iipynb file.
Out of curiosity why would you like to hide this?