Commands to run quarto

to create a project (run once at the beginning to create the project files) - quarto create project_name –template=blog

to run a preview locally - quarto preview .

to Create update the files (run before pushing to github) - quarto render .

quarto reference page :

https://quarto.org/docs/reference/cells/cells-jupyter.html

setup for using colab with quarto

  • Create a new notebook in colab and add markup in markup - no need for RAW as documentation says.
  • install the drive app in windows which will reveal the drive folder in the file explorer, i used streams so no files are stored locally.
  • Create a script to copy file to local installation and run “quarto render .” to create the html file. see file located C:projects_lsuv_from_colab.bat
  • Edit the notebook in colab and run the script to render the html file, repeat until happy with the result and publish to github.

Uploaded to netlify

quarto publish netlify