+1 for what Stefan said. In addition if it is a small and keen audience, when someone asks a question you can easily add examples.
On Mon, Jul 28, 2014 at 4:05 PM, Daniel Jones <danielcjo...@gmail.com> wrote: > > It's a little hidden, but from the notebook you change the “Cell Toolbar” > option at the top to “Slideshow”, then you can define slides, etc. To view > the slideshow run "ipython nbconvert --post serve --to=slides > SomeNotebook.ipynb". > > I've a similar experience as Stefan with this, though. It works alright if > your slides are static and simple, but it's kind of glitchy overall. > > > On Monday, July 28, 2014 12:55:57 PM UTC-7, Jay Kickliter wrote: >> >> I'm still curious though, I don't see an option for slide mode in my >> IJulia interface. Is it something you enable in the config files? I found >> the following in custom.jl, but don't know what you're supposed to do with >> it: >> >> * // to load the metadata ui extension to control slideshow mode / >> reveal js for nbconvert >> * $.getScript('/static/js/celltoolbarpresets/slideshow.js'); >> >> On Monday, July 28, 2014 1:40:03 PM UTC-6, Stefan Karpinski wrote: >>> >>> My experience has been that the slideshow mode in IJulia is too buggy to >>> use for live coding. You can definitely use it to make static slides in >>> which code has already been evaluated, but I like to type code in live and >>> evaluate it, which did some rather strange things last I tried. I've found >>> presenting in the normal IJulia mode to be pretty effective. You just >>> scroll instead of clicking through to the next slide. >>> >>> >>> On Mon, Jul 28, 2014 at 3:33 PM, Jay Kickliter <jay.ki...@gmail.com> >>> wrote: >>> >>>> This week I'm giving a presentation on Julia at my company's technology >>>> review. I'm pretty sure no one here has heard of it. I'd like to do >>>> something different than powerpoint. Is *live* slideshow mode possible >>>> with IJulia? Google is failing me, and I don't have much time to get >>>> prepared (otherwise I'd do more research before posting, sorry). >>>> >>> >>>