8 ms·
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 n
by rhiever 11y 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.
- siddboots 11y agoAutomated 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 https://github.com/minrk/ipython_extensions
- rhiever 11y agoVery cool - thank you for pointing me to this!