docs/source/user/export.md
% Copyright (c) Jupyter Development Team.
% Distributed under the terms of the Modified BSD License.
(user-export)=
JupyterLab allows you to export your jupyter notebook files (.ipynb)
into other file formats such as:
.asciidoc.html.tex.md.pdf.rst.py.htmlTo access these options, while a notebook is open, browse the File menu:
:align: center
:class: jp-screenshot
Note: The exporting options depend on your nbconvert configuration. For more information visit the official nbconvert documentation.
(user-export-revealjs)=
In order to export your notebooks as Reveal.js slides, follow these steps:
file browser <working-with-files>.right sidebar <right-sidebar>.:align: center
:class: jp-screenshot
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.