Publishing Jupyter Notebook
Let’s explore the different ways to publish a JupyterLab notebook.
You completed the hard work exploring the datasets, validating and testing your model. Now is the time to publish and showcase the results.
In this article, let’s explore the different ways to publish a JupyterLab notebook.
Let’s get started by exploring the built-in features.
Exporting Notebooks
Use this option if you want to quickly publish the notebook in different formats easily.
JupyterLab has the ability to export notebooks to different formats using the user interface.
- Asciidoc
.asciidoc
- HTML
.html
- Latex
.tex
- Markdown
.md
- PDF
.pdf
- ReStructured Text
.rst
- Executable Script
.py
- Reveal.js Slides
.html
- Select the cells to export.
- Use the
Property Inspector
to set the slide type and any other properties.