You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like livebook is commonly used in talks and presentations to illustrate elixir code and it would be pretty nice if we could present notebooks as slides. It's not the first time this has been brought up (discussion 1, discussion 2, twitter thread), but it either required too much development effort or there was no good justification for it.
I think that using the View mechanism can be a good compromise, since it would need only some small changes and might not be too much of a chore to maintain while delivering a good enough implementation.
This is my barebones take on it:
2025-02-21.22-23-42.mov
Each section becomes a slide, and only one section is shown at a time
Sections bigger than the viewport are scrollable, instead of occupying two slides
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like livebook is commonly used in talks and presentations to illustrate elixir code and it would be pretty nice if we could present notebooks as slides.
It's not the first time this has been brought up (discussion 1, discussion 2, twitter thread), but it either required too much development effort or there was no good justification for it.
I think that using the View mechanism can be a good compromise, since it would need only some small changes and might not be too much of a chore to maintain while delivering a good enough implementation.
This is my barebones take on it:
2025-02-21.22-23-42.mov
Link to repo
Beta Was this translation helpful? Give feedback.
All reactions