%load_ext load_style %load_style talk.css from talktools import website, nbviewer website('http://ipython.org', height=500) %pylab inline plot(rand(50)) %%bash echo "Hi there Strata!" from IPython.nbformat import current with open('IPython.ipynb') as f: nb = current.read(f,'json') nb.worksheets[0].cells[0:5] website('http://nbviewer.ipython.org') nbviewer('raw.github.com/agconti/kaggle-titanic/master/Titanic.ipynb') website('http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/') nbviewer(gist='4316430', width=800)