Hacker News new | ask | show | jobs
by rhiever 3947 days ago
The native GitHub IPython Notebook viewer also doesn't support within-notebook linking, which can be fairly annoying when you spend an hour putting together a nice table of contents system.
1 comments

Automated table of contents really should be built into Jupyter, given how often it is used in practice. Although there is an nbextension [1].

[1] https://github.com/minrk/ipython_extensions

Very cool - thank you for pointing me to this!