Quarto is an open-source scientific and technical publishing system that integrates with JupyterLab, among other tools.
Using Quarto with JupyterLab
- Start a Desktop session in Open OnDemand session. Follow the instructions and select Desktop in the list of Interactive Apps.
- 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.
- 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.