What is Quarto? How can I use it?
quarto
is used to generate the demo
website from this
repository via GitHub Actions
on pushes to the main
branch.
This repository is not actively supported by NSIDC but we welcome issue submissions and pull requests in order to foster community contribution.
See the LICENSE for details on permissions and warranties. Please contact [email protected] for more information.
Do not install with Conda, or the tinytex extension will not install correctly. TODO: Open an issue in GitHub about this.
Please use an official package.
quarto install tinytex
quarto preview
ERROR: Error executing '/home/mfisher/miniconda3/envs/quarto/bin/tlmgr': No such file or directory (os error 2)
My first instinct here was to install texlive-core
from conda-forge
, however that
currently doesn't include a subdependency
(conda-forge/texlive-core-feedstock#27).
The recommended course of
action is
quarto install tinytex
, however this is not friendly with conda installations. To get
around this, we use the system install of Quarto, and install other dependencies with
conda.
See LICENSE.
See Code of Conduct.
This software was developed by the National Snow and Ice Data Center with funding from multiple sources.