[IPython-dev] How to embed IPython notebook in a html5 slideshow.

Brian Granger ellisonbg at gmail.com
Wed Jan 11 23:26:10 EST 2012


On Wed, Jan 11, 2012 at 8:22 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> On Wed, Jan 11, 2012 at 8:21 PM, Brian Granger <ellisonbg at gmail.com> wrote:
>> Hi, this is really cool!  But I think we should turn this inside out
>> and make a "slide show" mode for the notebook.
>
> Stop reading my brain!!! ;)

Sorry, when your brain is publicly available on github, it is difficult.

More seriously, this would be very cool.  Unfortunately, the JS
refactoring required will be a bit hairy as it touches almost the
entire JS code base in deep ways.  I have been thinking about it for a
while - basically, I would enable the cell and kernel objects to work
independently of the overall notebook structure.  This would allow
cells/kernels to be easily embedded on any web page...such as our
slide show mode.  There are a bunch of other things I need to do
first, but will eventually get to this...mainly because I want to
present all my talks this way...

Cheers,

Brian

> f



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list