Skip to content

Will a quarto convert round-trip from .qmd -> .ipynb -> .qmd generally yield an identical file? #11228

Answered by cscheid
hugetim asked this question in Q&A
Discussion options

You must be logged in to vote

We'd like for that to be the case. But, frankly speaking, it's easier said than done. In general, the two formats are simply not equivalent.

We might be able to offer something (admittedly significantly) weaker, like convert(convert(convert(x))) = convert(x), but convert(convert(x)) = x is pretty hard because that requires pinning down the behavior for every document x, and there's a large degree of freedom in how that works.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hugetim
Comment options

Answer selected by hugetim
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants