Jay Qi
Jay Qi
Hi, was browsing some projects and saw a few easy issues in the tracker for this one, so I made some pull requests.
@klwetstone's additional notes helped point me in a direction of research on the very confusing Jupyter ecosystem. I will try to summarize some key ideas here: --- There are actually...
I think this is standard nbconvert behavior, which reflects how IPython cell magics actually work under the hood. If you wanted to run the converted code with IPython and have...
TinyTeX actually worked and seems like the way to go. There is an implementation here: https://github.com/drivendataorg/nbautoexport/pull/41 Unfortunately, there is a bug with nbconvert in Windows that causes the PDF generation...
The Windows xelatex bug was fixed and the change was part of the nbconvert v6.0.0 release.
There are two ways I see this going: --- #### 1. Always replace a configured option. ``` { "export_formats": [ "script" ], "organize_by": "extension", } ``` ```nbautoexport configure notebooks/ -f...
@cccntu One thing to note that might be helpful (though it doesn't address the feature request itself): if the path you specify is to one notebook file (instead of a...
Yes please. Also the URL to the docs site is not in the repo description as is convention.
EDIT: I did not read this thread carefully and made some mistakes. My originally comment is probably not useful discussion, and I've removed it so that it's not a distraction...
Sorry about that, you are right. I am guilty of not carefully reading this thread and made some wrong assumptions about what was happening. It is true that Poetry is...