Difference between revisions of "HTML presentation with Reveal.js"

From Sinfronteras
Jump to: navigation, search
(Created page with "https://revealjs.com/ https://github.com/hakimel/reveal.js <br /> ===Creating Presentations in Jupyter Notebook with RevealJS=== https://www.blog.pythonlibrary.org/2018/09/...")
 
(Blanked the page)
(Tag: Blanking)
 
Line 1: Line 1:
https://revealjs.com/
 
  
https://github.com/hakimel/reveal.js
 
 
 
<br />
 
===Creating Presentations in Jupyter Notebook with RevealJS===
 
https://www.blog.pythonlibrary.org/2018/09/25/creating-presentations-with-jupyter-notebook/
 
 
https://github.com/damianavila/RISE/blob/master/doc/customize.md#decorating-all-slides
 
 
https://github.com/dzello/revealjs-themes
 
 
https://github.com/jupyter/nbconvert/issues/196
 
jupyter nbconvert my_slide.ipynb --to slides --post serve --SlidesExporter.reveal_theme=sky
 
 
 
https://nbconvert.readthedocs.io/en/latest/usage.html#reveal-js-html-slideshow
 
 
 
https://rise.readthedocs.io/en/stable/exportpdf.html
 
 
https://github.com/astefanutti/decktape#90
 
 
`npm bin`/decktape rise -s 1900x1070 http://127.0.0.1:8888/notebooks/presentation.ipynb?token=75de72c13b6e75624586a77fafa82b6d277181ea7219cc7d  presentation.pdf
 
 
 
<br />
 

Latest revision as of 15:57, 24 February 2026