Last week I analyzed data for a customer, I used pandas to extract the information from a large collection of XMLs, I converted the result to html using nbconvert. I sent the html file to the customer without explaining what ipython notebook is.
The answer from my customer was: "That's a great analysis-document, nice tables, but the stuff between the tables is distracting."
On the Toggle Input Test page, you see how I removed that distracting stuff ;-). Click Toggle Input. (Will only work on blogger.com)
html_settings() extended_styles() creates the Toggle Input link and is part of my ipython notebook database display tools. It loads jQuery from CDN if not available, so in the converted html Toggle Input will only work when you're online.
The answer from my customer was: "That's a great analysis-document, nice tables, but the stuff between the tables is distracting."
On the Toggle Input Test page, you see how I removed that distracting stuff ;-). Click Toggle Input. (Will only work on blogger.com)
