Matthew Seal
Matthew Seal
Supporting hide_inputs / hide_outputs by default for exports would be nice. What would be needed is to have `remove_all_outputs_tags` and `remove_input_tags` from the `TagRemovePreprocessor` default to the same tags as...
@rsc2143 Does `xelatex` command work from command line? If it does then the nbconvert conversion should be able to use it since it's doing a subprocess call. If not your...
Unfortunately there's very little maintenance of LaTeX in nbconvert -- LaTeX conversions are complex beast and there's not someone keeping it fed over time for all the many edge cases...
Is this with a conda environment, a virtual environment, or system python? It seems like templates are not getting installed alongside the library through some installation path. > Is it...
Thanks for the detailed error report. So I dug into the rendering issue and what's happening is that the widget is outputting raw html with script references to code that...
No I think that's a separate concern with regards to assumptions R packages are generating outputs and tooling not accounting for that.
I reposted the issue in the underlying R packages to hopefully get the right maintainers to fix their outputs.
Yes it likely is related. The way attachments got implemented in notebooks was fairly organic and this caused some difficult-to-fix issues for exporting to other formats. @xiaohk is the best...
There's not an easy way to achieve this. Specifically nbconvert uses jupyter_client to launch a subprocess for the kernel. This is by design to encapsulate kernels independent of one-another (i.e....
I believe this is the same issue as #160 with the same resolution path.