Skip to content

almac09/quarto-crash-course

 
 

Repository files navigation

Quarto Crash Course

This repository contains source materials related to my live stream and Posit tutorial on Quarto.

Quarto is an open-source technical publication system that allows you to use a combination of Markdown & Python (or R, Julia, or Observable) code to easily produce websites, analytics dashboards, slideshows, and more.

Installation

Check out this link to download the Quarto CLI (you also can typically install the CLI with pip in a virtual environment using pip install quarto-cli).

If you're using Windows, you'll want to make sure Quarto is added to your PATH (likely will be a checkbox option you can click when installing).

After you've installed the CLI, also use that same link to set up with your code editor. If you are using VS Code, you'll want to make sure that you have the extension.

Docs

Here are some helpful resources

A very helpful resource specific to Slideshows is this presentation and this corresponding source code

Resources

Data comes from the Movie Database and was organized into a CSV via this Kaggle Dataset.

Due to size issues with a GitHub repo, I've filtered by movies only with 1000+ reviews and saved it as TMDB-Small.csv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.8%
  • TeX 25.5%
  • CSS 3.3%
  • PowerShell 2.4%