-
Notifications
You must be signed in to change notification settings - Fork 4
Download as docx button, added functionality to workflow output pane.… #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
… Needs `npm install`.
…een the fake bullets (its unicode, not html lists). Parsing those <br /> tags and adding newlines on the exported docx as well.
|
See https://pypi.org/project/jupyter-docx-bundler/ as a potential alternative. |
|
@ccjoel before Dec 1 can you look at the merge conflicts on this and get it merged into @mattprintz let's proceed with this solution since we don't have time at the moment to explore alternates. |
|
FYI: I think there was an encoding issue that was coming into play when encoding the output when it included images or other binary files that I believe has been resolved upstream. @ccjoel Please let me know if you encounter any encoding issues and I can help track down the fix to make sure it gets applied if needed. |
|
Updated with latest Latest exported doc (forced the workflow output pane with text/tables/images): |
…exporting images when rendered from markdown (wrapped by a p tag.. now handled).
Oh, resolved upstream. That's why Im not seeing issues exporting images. Nice. Updated with dev. |
… Needs
npm install.