ipython_notebook_goodies
Random goodies for use in iPython Notebooks
- Table of Contents
Make a table of contents for your notebook. Uses headings (e.g. H1, H2, etc.) to build TOC, and provides anchors (added where needed).
Usage: Include the following at the top of your notebook:
<h1 id="tocheading">Table of Contents</h1>
<div id="toc"></div>
<script type="text/javascript" src="https://raw.github.com/kmahelona/ipython_notebook_goodies/master/ipython_notebook_toc.js">