jupyter-docx-bundler
jupyter-docx-bundler copied to clipboard
Jupyter bundler extension to export notebook as a docx file
**New feature/Bug fix description** Add Python 3.10 support **Related issues** None **Checklist** - [ ] Tests have passed - [x] New code is covered with tests
**New feature/Bug fix description** Add support for pandoc 2.14 and its new table features **Related issues** Close #75 **Checklist** - [ ] Tests have passed - [ ] New code...
**Is your feature request related to a problem? Please describe.** Tables from pandas are exported to rather simple tables. Multi-row/-columns are not supported. **Describe the solution you'd like** [Pandoc 2.14](https://github.com/jgm/pandoc/releases/tag/2.14)...
when using pandoc to-docx we can use a template reference.docx that contains the formatting -for example the fonts to be used It would be nice if this would work with...
Syntax highlighting is working since #8/#40, however not all keywords are highlighted as you would expect it/see it in Jupyter. This is especially true für the `import` keyword. The reason...
**New feature/Bug fix description** Fix issues with named multi-columns of pandas-dataframes **Related issues** Close #89 **Checklist** - [ ] Tests have passed - [ ] New code is covered with...
**Describe the bug** If I try to export a table with a rather complex table heading, for example created by `pint_pandas` I get an error. **To reproduce** I have a...
See https://packaging.python.org/en/latest/tutorials/packaging-projects
**Describe the bug** Pandoc version 3 is currently unspported. **To reproduce** Update pandoc to version 3 **Desktop (please complete the following information):** - OS: All - Browser: All