ollyhensby / quarto-first-steps

Experimenting with quarto to produce PDF reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarto First Steps

Installation

Download Quarto

wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.450/quarto-1.3.450-linux-amd64.deb

Install Quarto

sudo dpkg -i quarto-1.3.450-linux-amd64.deb 
sudo apt-get install -f 

Create python virtual environment

mamba create -n quarto-dev

Activate python virtual environment

conda activate quarto-dev

Install python packages

mamba install jupyter matplotlib plotly

Install tinytex

quarto install tinytex

Generate PDF from MD

To generate the PDF from the MD file, run the following command:

quarto render hello.qmd --to pdf

About

Experimenting with quarto to produce PDF reports.


Languages

Language:Python 64.9%Language:TeX 35.1%