Can docx or typst snippets be inserted via ipynb cell output MIME types? #8516
Unanswered
jkrumbiegel
asked this question in
Q&A
Replies: 1 comment 8 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to render specific tables in docx and typst format. I've already found that I can insert the raw code for these via markdown cells with raw types
{=openxml}
or{=typst}
, respectively. These markdown blocks themselves havetext/markdown
MIME type in the JSON underlying the saved .ipynb file. What I'm wondering and cannot find info on is whether I could also directly return such code in cells with specific MIME types, for exampletext/typst
orapplication/openxml
(I have no idea if there are actually MIME types corresponding to these formats). Is the raw markdown block my only option in those cases?Beta Was this translation helpful? Give feedback.
All reactions