Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.6 KB

export.rst

File metadata and controls

53 lines (39 loc) · 1.6 KB

Exporting Notebooks

JupyterLab allows you to export your jupyter notebook files (.ipynb) into other file formats such as:

  • Asciidoc .asciidoc
  • HTML .html
  • LaTeX .tex
  • Markdown .md
  • PDF .pdf
  • ReStructured Text .rst
  • Executable Script .py
  • Reveal.js Slides .html

To access these options, while a notebook is open, browse the File menu:

images/exporting_menu.png

Note: The exporting options depend on your nbconvert configuration. For more information visit the official nbconvert documentation.

Reveal.js Slides

In order to export your notebooks as Reveal.js slides, follow these steps:

  1. Open a notebook by double clicking it in the :ref:`file browser <working-with-files>`.
  2. Select Property inspector in the :ref:`right sidebar <right-sidebar>`.
  3. Select the slide type (Slide, Subslide, Fragment, Skip, Notes).

images/exporting_slide_type.png

  1. Activate another cell.
  2. Repeat 3 and 4 until you selected the slide type for all of your cells.

After completing these steps, browse the file menu and export as described in the :ref:`exporting notebooks <user_export>` section. A .html file that you will be prompted to download.

If you don't know how to navigate and interact with a Reveal.js presentation, visit the project's website.