# Jupyter Notebook to Markdown
[nbconvert: Convert Notebooks to other formats — nbconvert 7.16.4 documentation](https://nbconvert.readthedocs.io/en/latest/index.html)
```sh
jupyter nbconvert --to Markdown notebook.ipynb
```
```sh
jupyter nbconvert --to FORMAT notebook.ipynb
```
Supported output formats
- HTML
- LaTeX
- PDF
- WebPDF
- Reveal.js HTML slideshow
- Markdown
- Ascii
- reStructuredText
- executable script
- notebook