Quarto Crash Course | Create Professional Reports, Dashboards & Websites w/ Markdown & Python Code!

preview_player
Показать описание
Welcome to this comprehensive Quarto crash course using Python! Whether you're a complete beginner or an experienced user, this tutorial covers the topics you need to know about the Quarto publishing system.

We'll explore:
- Basic setup and installation
- Creating HTML reports, PDFs, and interactive dashboards from your Python script or Jupyter notebook.
- Building presentations with Revealjs
- Customizing outputs with CSS and layouts (fenced divs, classes, and more)
- Working with parameters for dynamic reports
- Publishing to Posit Connect Cloud
- Creating complete websites
- Automated report generation

Perfect for data scientists, analysts, and developers looking to create beautiful, reproducible reports from their code. We'll use Python throughout the tutorial with real-world examples using movie analytics data. Let's dive in!

Video by @KeithGalli

Deploy with Posit Connect Cloud!

#python #quarto #posit

— Resources Mentioned —

Video timeline!
0:00 - About the Crash Course
0:50 - Quarto Overview
2:12 - Installation & Setup
6:22 - Markdown Basics
8:46 - Quarto Markdown Features
19:37 - Quarto Styling & Formatting (fenced divs, CSS classes, etc.)
34:53 - Parameters & CLI Options
40:46 - HTML & Publishing
49:46 - Static Docs (PDFs, Docx)
54:53 - Dashboards
1:06:50 - Slideshows (Revealjs)
1:16:11 - Websites
1:19:52 - Automated Report Generation (Parameterized Reports)
Рекомендации по теме
Комментарии
Автор

I always use last-update in the date yml section.

djangoworldwide
Автор

Is quarto a replacement for R markdown?
Very similar to it, just that it works with python too.

adityamathur
Автор

I couldn't combine Julia, R and python in the same document. Is it my mistake or once you picked a language it's the only one you can use in a specific document?

djangoworldwide
Автор

Hello guys i want to use python on quarto but when i want to render it this error will appears what should i do?
ERROR: The file cannot be accessed by the system. (os error 1920)

N_EmEsi_S
Автор

I saw Keith, clicked the video, but it's not on his channel, why?

t-zero
Автор

So much rigmarole to end up with web assets

pookiepats