Repository: kmahelona/ipython_notebook_goodies Branch: gh-pages Commit: aaefb28c21c1 Files: 7 Total size: 13.4 KB Directory structure: gitextract_ujpddqpt/ ├── README.md ├── index.html ├── ipython_notebook_toc.js ├── javascripts/ │ └── scale.fix.js ├── params.json └── stylesheets/ ├── pygment_trac.css └── styles.css ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ ipython_notebook_goodies ======================== Random goodies for use in iPython Notebooks. Tested with the latest iPython Notebook 3.2.0 1. 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:** 1. Add a *markdown* cell at the top of your notebook with the following: ```
Random goodies for use in iPython Notebooks
View the Project on GitHub kmahelona/ipython_notebook_goodies
Random goodies for use in iPython Notebooks
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">