jupyterlab-contrib / rise

RISE: "Live" Reveal.js JupyterLab Slideshow Extension
BSD 3-Clause "New" or "Revised" License
157 stars 16 forks source link

Speaker notes #47

Closed trevorcampbell closed 9 months ago

trevorcampbell commented 10 months ago

Thank you for porting RISE over to JupyterLab!

In the original jupyter notebook RISE, I was able to open a "speaker notes" window that would follow along with the slides presentation, except it would show "notes" cells that are otherwise hidden in the presentation. I've been using this to give myself code skeletons for live coding demos. Because it's in a separate browser window, I can keep the speaker notes privately just on my own screen while the main presentation slides are shown to the audience.

Is there any chance of doing this in JupyterLab RISE?

jupyterlab_rise               0.40.0
nthiery commented 10 months ago

Just for information: typing t here does open a new window containing speaker notes. I don't know if it's usable though, kept properly in sync with the window without speaker notes, etc.

trevorcampbell commented 10 months ago

typing t here does open a new window containing speaker notes.

Huh! When I was trying the new RISE out a few days ago, it definitely did not work. Mind you, I only tried the shortcut key once or twice before going to find in the documentation whether that feature was ported over. Just loaded it up again to try, and again it didn't work. But then I mashed t many times, and it eventually worked.

Not really sure what happened there, but it doesn't sound easily reproducible ;) so we can close this unless someone else finds the same problem. Whatever happened on my machine is most likely some idiosyncracy with keyboard focus or some such...