Skip to content

Instantly share code, notes, and snippets.

@agostof
Last active February 17, 2024 21:00
Show Gist options
  • Save agostof/64a629c702745b44c5705e6a6d2968a0 to your computer and use it in GitHub Desktop.
Save agostof/64a629c702745b44c5705e6a6d2968a0 to your computer and use it in GitHub Desktop.
Quarto Install on JupyterHub
pip install jupyterlab-quarto
sudo -E mamba install quarto
sudo -E mamba install r-quarto
# quarto executable has issues finding several dendencies.
# We need to either add these to the environment or edit the quarto script and add these at the top
#!/bin/bash
export QUARTO_SHARE_PATH=/opt/tljh/user/share/quarto
export QUARTO_DENO=/opt/tljh/user/bin/deno
export QUARTO_DART_SASS=/opt/tljh/user/bin/sass
export QUARTO_PANDOC=/opt/tljh/user/bin/pandoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment