<div dir="ltr"><div><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:13px">>I am not making the adjustment to use it in IPython 2.0:</span><br></div><div><br></div>Typo: I *****am***** making the adjustment to Live_Reveal to work with IPython 2.0</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-09 15:37 GMT-03:00 MinRK <span dir="ltr"><<a href="mailto:benjaminrk@gmail.com" target="_blank">benjaminrk@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="">On Wed, Apr 9, 2014 at 11:20 AM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div>On Wed, Apr 9, 2014 at 10:52 AM, Damián Avila <span dir="ltr"><<a href="mailto:damianavila@gmail.com" target="_blank">damianavila@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">People, you are mistaken two things... three in fact...<div><br></div><div>1) IPython slides, generated from IPython.nbconvert using reveal.js, static presentations. About the customization, you can check some of my blog post about it: <a href="http://www.damian.oquanta.info/categories/slideshow.html" target="_blank">http://www.damian.oquanta.info/categories/slideshow.html</a>. There are a lot of things to improve, and it will be discussed soon here and in proper issues.</div>
<div><br></div><div>2) Slideshow mode: This is a js hack from Mathias, which let you see the IPython notebook as a slideshow, but it is live, I mean you can run code in the slideshow itself... and the installation step are described here (possibly outdated, and I don't know if it is IPython 2.0 compatible, I did not check it yet): <a href="http://nbviewer.ipython.org/github/fperez/nb-slideshow-template/blob/master/install-support.ipynb" target="_blank">http://nbviewer.ipython.org/github/fperez/nb-slideshow-template/blob/master/install-support.ipynb</a></div>
<div><br></div><div>3) Live_Reveal IPython extension, which gives you an slideshow powered by reveal.js, but not static as IPython slides, instead they are lives, I mean you can execute code as with the slidemode. This is still in development and working in IPython 1.x... I am not making the adjustment to use it in IPython 2.0: <a href="https://github.com/damianavila/live_reveal" target="_blank">https://github.com/damianavila/live_reveal</a></div>
<div><br></div></div></blockquote><div><br></div></div><div>Are there plans to incorporate a live slideshow mode into IPython proper or is that beyond the scope of the project?</div></div></div></div></blockquote><div><br>
</div></div><div>I think it's appropriate for an IPython *extension*, but probably not in IPython itself.</div><div><div class="h5"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>I've used static reveal.js presentations in the past but it's really cool to do a live calculation when you want to demonstrate that a piece of code really is as fast as you're saying it is.</div>
<div><div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div><div>Hope it is more clear right now...</div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2014-04-09 14:16 GMT-03:00 Alessandro Gagliardi <span dir="ltr"><<a href="mailto:alessandro.gagliardi@glassdoor.com" target="_blank">alessandro.gagliardi@glassdoor.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>I used IPython-2.0.0-dev extensively in making slides these past few months. (I used 2.0 because I had better luck with getting speaker notes to render, though it is still inconsistent and I don’t know why.)</div>
<div><br>
</div>
<div>I think the notebook you linked to is no longer relevant though. These days, to make my slides, I just run</div>
<div>ipython nbconvert my_notebook.ipynb --to slides</div>
<div>from the command line and it works great.</div>
<div>reveal.js does need to be in that directory.</div>
<div><br>
</div>
<div>I definitely have a wish list of things I’d like to see developed with the slide conversion (for example, I’ve found styling the slides to be impossibly difficult.) I think it’s also confusing because this is such a new feature and has changed so many
times since it was first introduced that it’s easy to find things like the link below that are no longer needed (and probably don’t work anymore). I suppose that’s the price of working on the bleeding edge.</div>
<div><br>
</div>
<div>-Alessandro</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">
<span style="font-family:Calibri,sans-serif;font-size:14px">Date: Wed, 9 Apr 2014 16:38:50 +0100</span></div>
<div>
<div>From: Phil Elson <<a href="mailto:pelson.pub@gmail.com" target="_blank">pelson.pub@gmail.com</a>></div>
<div>Subject: [IPython-dev] Slideshow mode for IPython 2.0</div><div><div>
<div><br>
</div>
<div>Just wondering if anybody has taken the slideshow mode and made it work</div>
<div>with IPython notebook 2.0.0 yet? I did try the notebook at</div>
<div><a href="http://nbviewer.ipython.org/github/fperez/nb-slideshow-template/blob/master/install-support.ipynbbut" target="_blank">http://nbviewer.ipython.org/github/fperez/nb-slideshow-template/blob/master/install-support.ipynbbut</a></div>
<div>I suspect the internals have changed sufficiently between v1.x and</div>
<div>v2.x</div>
<div>to prevent it working with the latest version.</div>
<div><br>
</div>
<div>Looks like the repo hasn't been updated in a while, so wondered if anybody</div>
<div>was working on this?</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Phil</div>
</div></div></div>
</span>
</div>
<br></div></div>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Damián Avila<br><div><div>Scientific Python Developer<br></div><div>Quantitative Finance Analyst</div>
<div>Statistics, Biostatistics and Econometrics Consultant</div>
</div><div>Biochemist<br></div></div>
</font></span></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div></div></div><br></div></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div></div></div><br></div></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Damián Avila<br><div><div>Scientific Python Developer<br></div><div>Quantitative Finance Analyst</div><div>Statistics, Biostatistics and Econometrics Consultant</div>
</div><div>Biochemist<br></div></div>
</div>