export.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .. _user_export:
  2. Exporting Notebooks
  3. -------------------
  4. JupyterLab allows you to export your jupyter notebook files (``.ipynb``)
  5. into other file formats such as:
  6. - Asciidoc ``.asciidoc``
  7. - HTML ``.html``
  8. - Latex ``.tex``
  9. - Markdown ``.md``
  10. - PDF ``.pdf``
  11. - ReStructured Text ``.rst``
  12. - Executable Script ``.py``
  13. - Reveal.js Slides ``.html``
  14. To access these options, while a notebook is open, browse the File menu:
  15. .. image:: images/exporting_menu.png
  16. :align: center
  17. :class: jp-screenshot
  18. .. _user_export_revealjs:
  19. Reveal.js Slides
  20. ~~~~~~~~~~~~~~~~
  21. In order to export your notebooks as `Reveal.js <https://github.com/hakimel/reveal.js>`__
  22. slides, follow these steps:
  23. 1. Open a notebook by double clicking it in the
  24. :ref:`file browser <working-with-files>`.
  25. 2. Select Cell tools in the :ref:`left sidebar <left-sidebar>`.
  26. 3. Select the slide type (Slide, Subslide, Fragment, Skip, Notes).
  27. .. image:: images/exporting_slide_type.png
  28. :align: center
  29. :class: jp-screenshot
  30. 4. Activate another cell.
  31. 5. Repeat 3 and 4 until you selected the slide type for all of your cells.
  32. After completing these steps, browse the file menu and export as described in
  33. the :ref:`exporting notebooks <user_export>` section. A ``.html`` file that
  34. you will be prompted to download.
  35. If you don't know how to navigate and interact with a Reveal.js presentation,
  36. visit the project's `website <https://github.com/hakimel/reveal.js>`__.