Closed
Description
Problem
I use Jupyter Notebook to write and test scripts, but when there are too many cells in one notebook, it's very hard to locate a specific cell unless you use "find", which is not very convenient.
Proposed Solution
- Add a side navigation catalogue. For example, when a user creates a markdown cell that contains a title, the title appears in the side catalogue, and when the user clicks any of the title, it jumps to that specific cell.
It is a very naive idea but that's something that I want for years.