Skip to content

agalea91/ipython_notebook_goodies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
<h1 id="tocheading">Table of Contents</h1>
<div id="toc"></div>
  1. Add a code cell anywhere in the notebook with the following:
%%javascript
$.getScript('https://rawgit.com/agalea91/ipython_notebook_goodies/gh-pages/ipython_notebook_toc.js')

About

Random goodies for use in iPython Notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.6%
  • HTML 20.6%
  • JavaScript 15.8%