3

Does anyone know a way to add cell numbers (not line numbers within cells)? I have been using nbextensions for a while but it does not seem to have the ability to label cell numbers.

Matan
  • 81
  • 1
  • 4

2 Answers2

1

There is a cell tag feature. It allows any kind of label for individual cells, including numbers.

Cell tags are found in the "View" menu, then "Cell Toolbar".

Brian Spiering
  • 21,136
  • 2
  • 26
  • 109
0

If you need it for a presentation, open the Notebook with a text editor, find the brackets where cell numbers fall and change them manually. If it's something you have to do once.

Leevo
  • 6,225
  • 3
  • 16
  • 52