Creating a table of contents with internal links in IPython Notebooks and Markdown documents
A tutorial on creating tables of contents with internal links in IPython Notebooks and Markdown documents using HTML anchors.
A tutorial on creating tables of contents with internal links in IPython Notebooks and Markdown documents using HTML anchors.
Introducing ipywidgets, a library for creating static, interactive widgets in IPython/Jupyter notebooks that work without a live kernel.
Two methods to add line numbers to cells in IPython/Jupyter Notebooks: a keyboard shortcut toggle and a permanent startup configuration.
Explains how to pass data between Javascript and Python in IPython/Jupyter notebooks using kernel.execute, though notes the method is now obsolete.