Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2782
I think a low-hanging fruit here might be if Zeppelin would treat paragraph
titles as mark down code?
So if you added leading `#` it would mean a high-level section of the
notebook, `##` would mean
a sub-section etc. So then it should be more straight-forward to implement
something like above
mentioned floating ToC with automatic section numbering from Jupyter
natively in Zeppelin.
I've seen zeppelin-toc-spell but haven't tried to use it. What do you guys
think?
---