Export Observable Notebook to Microsoft Word

Hi,

I recently found Observable and I’m impressed with it. How can I export Minimal Working Example / Raniere / Observable to a Microsoft Word document?

Thanks!

I think you can paste iframes into Word docs, if you want the full interactivity. In the cell burger menu on the left their is an “embed” wizard (only on named cells!) that will get you to an embed snippet, which you can embed the whole notebook with something like

<iframe width="100%" height="500" frameborder="0"
  src="https://observablehq.com/embed/@raniere/minimal-working-example?cell=*"></iframe>

Does that work on Word? I don’t actually have Word to test.

I want a static content.

After inspect the HTML and some tests, I discovered that Pandoc can convert the HTML to Word.

1 Like

I have a tool I use for static rendering, you would probably need to customize it Blogify / Tom Larkworthy / Observable

I have a work-in-progress notebook that lets you open notebooks along with their code in a separate window which you can then save as a self-contained HTML file:

2 Likes