[IPython-dev] Quick question: status of the slideshow PRs?

Damián Avila damianavila at gmail.com
Thu Jan 17 06:29:06 EST 2013


El 17/01/13 06:29, Fernando Perez escribió:
> Hey guys,
>
> with the merge of #2333/#2687, what's the status for using the
> slideshow mode?  I'm teaching a workshop next week in Norway and I'm
> willing to try to do the whole thing as notebooks, but I couldn't find
> the PR for the actual slideshow usage (Only the toolbar seems to be
> working, not the actual switching into slideshow mode.  Should I merge
> Matthias' old branch?  I figured that probably doesn't work quite
> right now...
>
> Sorry for being so out of the loop, I've been dealing with a few
> remaining local issues... Once this long workshop is over, gears are
> switching completely back into IPython (at last, as being away now
> that we have the resources is driving me positively mad).
>
> thanks!
>
> f
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev

Hi Fernando... (como estas?)
OK, with the current merged #2333/#2687 into master... you have only to 
my **reveal_branch** in nbconvert... here is the PR: 
https://github.com/ipython/nbconvert/pull/69 and here is my clone: 
https://github.com/damianavila/nbconvert.git

I have updated the PR (a few days ago) according with the last changes 
in #2333/#2687, so you only have to use the Cell Tool Bar to give the 
label to each cell as you wish and finally convert it in my branch of 
nbconvert with:

$python nbconvert.py -f reveal your_notebook.ipynb

Or if you want, you can use my nbviewer mirror here (I will update it 
with the last changes in a few minutes): 
http://slideviewer.herokuapp.com <http://slideviewer.herokuapp.com/>

I am also working in a tutorial slideshow to show you all the power 
behind reveal framework, I will be finishing it by today or tomorrow.

I do not know if Matthias has a working version of the **live** 
presentation with the last changes.

Hope it helps...

If you need any assistance, let me know...

Damián.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130117/2010c257/attachment.html>


More information about the IPython-dev mailing list