quarto-dev / quarto-dev/quarto-cli

Improve the Get Started Flow for Positron

Open
#13,010 1 comment 0 reactions 1 assignee View on GitHub

@cwickham is already working on this.

Since Jun 30, 2025.

documentation
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

The current docs have a user download a document, open it in Positron, and give basic setup instructions (e.g. which packages to make sure they have installed).

I think we could do something much better. I.e. ideally a single command (that we could help a user run by providing a positron:// link in the docs) that initiates the flow below, so a user can get everything they need and have as a high a probability as possible that the first Quarto Preview on hello.qmd just works.

Flow:

  • Offer a choice between R and Python.

  • Create a new folder and populate it with the Get Started (language-specific) documents:

    • hello.qmd
    • computations.qmd
    • authoring.qmd
  • Python only: a prompt to get create a virtual environment, and activate it.

  • Check and prompt to install the packages required for Quarto:

    • Python: jupyter
    • R: rmarkdown
  • Check and prompt to install the packages required for the Get Started documents:

    • Python: plotnine
    • R: tidyverse
  • A guarantee (or check) that the interpreter Quarto will find is the same as the active one in the Console.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.