question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider support for Quarto qmd format?

See original GitHub issue

I wonder whether you would also consider supporting the new Quarto qmd format.

Why?

Because Quarto is looking like a very nice system for writing books and reports with excecutable documents, such as Jupyter and R notebooks. Qmd format is Quarto’s cross-language text format for notebooks. It assumes .Rmd files are R notebooks, so Qmd format is the natural format for Jupyter notebooks in text form. We (@stefanv and I) are writing our new edition of a statistics book using Quarto. It would be a significant gain in usability if we could use the Jupytext / Notebook integration to edit and execute our documents in native Qmd format (although we are using Rmd at the moment).

What?

It’s a slightly modified version of .Rmd format, where the cell metadata goes in comments at the top of the cell, as in:

```{python}
#| warning: false
#| echo: true
...
```

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:35 (30 by maintainers)

github_iconTop GitHub Comments

4reactions
mwoutscommented, Sep 8, 2021

The new version jupytext==1.12.0 is available on pip. Thanks to everyone, especially @jjallaire and @cderv for your help here!

(As a follow-up I’ll try to install quarto on binder so that people can try it right away)

2reactions
cdervcommented, Sep 8, 2021

Ok, I’ll work on something then. This will be a simple action with probably no parameter until it will make sense to choose a specific release, instead of development version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using R - Quarto
When a Quarto document is rendered, R code blocks are automatically executed. You can render Quarto documents in a variety of ways: Using...
Read more >
Frequently Asked Questions - Quarto
The principal languages supported by Quarto are Python, R, Julia, ... You can collaborate on .qmd files in the same way you currently...
Read more >
Execution Options - Quarto
Code block options are included in a special comment at the top of the block (lines at the top prefaced with #| are...
Read more >
JupyterLab - Quarto
qmd files you should consider using RStudio, which includes full support for editing .qmd files that use Python and Jupyter (including code completion,...
Read more >
Quarto - Tutorial: Authoring
In particular, we'll discuss the various document formats you can produce with the ... download the Quarto document ( .qmd ) below and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found