Skip to main content

Quarto is an open-source scientific and technical publishing system that integrates with JupyterLab, among other tools.

Using Quarto with JupyterLab

  1. Start a Desktop session in Open OnDemand session. Follow the instructions and select Desktop in the list of Interactive Apps.
  2. Once you’ve started the Desktop session, open a Terminal window and run:

    module load quarto python

    NOTE: You can optionally choose other python environments than the default. Optionally read more about environment modules.
  3. In the terminal, run:

    jupyter lab

This will launch a web browser and run JupyterLab. Follow the Quarto JupyterLab Tutorial if you need help getting started.