Downloading as a word or .docx file

Hello,

I work for an insurance company where we are moving all of our modeling efforts to jupyter notebooks. That said, we have to file our models with regulatory agencies in a word/docx format. Is there a way to download the jupyter notebook in that format? I tried downloading it as an HTML and opening the HTML in word but it does not look great (boxes misaligned, etc) to the point that the regulatory agencies won’t accept. Is there a way to do this or a work around?

Thank you.

Hi Jordan

You can export as docx if you install a server extension such as jupyter-docx-bundler.

I think this also requires you to install pandoc.

–tony