check cell numbers
Its broken i don’t know how to fix it. It’s not a big problem but if anyone has encountered something like this before can they help? It’s an important issue for me.
I’m waiting for your solutions. I’ve tried so many things, but to no avail.
FREGATTE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
If you are referring to the numbers next to your cells, those aren’t supposed to be line numbers. They are more Iteration Numbers, so that you can keep track when the code in this cell was last executed.
In Jupyter you can run code in the last cell and then the code in the first Cell again.
Because you want to keep track of what code was executed when last (because of Variable contents and such) Jupyter presents those numbers as kind of Indicators in which Code Iteration thise code was last executed.
Edit: Depending on the Jupyter Editor (which can be multiple) I think you can actually add Line Numbers in the Cells, but those will jump back to 1 in each new Cell, if I remember correctly.