Quarto
Details on setting up Quarto Setup
Download
Downlaod quarto : quarto-1.3.433-win
Remember to restart the computer
for linux
wget https://quarto.org/download/latest/quarto-linux-amd64.debNext use:
sudo apt install ./<name>.debExample:
sudo apt install quarto-linux-amd64.debInstalls
pip install jupyter jupyterlabpip install matplotlib plotlyUseful commands
- For help
quarto -h- For viewing
quarto preview FILENAME.ipynb- For rendering to html
quarto render FILENAME.ipynb --to html- For rendering to docx a
quarto render FILENAME.ipynb --to docx