-
Notifications
You must be signed in to change notification settings - Fork 60
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
ipynb2doconce missing sympy latex and matplotlib figures #85
Comments
Unfortunately, I will not be able to add this feature now. But feel free to contribute. |
I like the idea. Perhaps including output from IPython/Jupyter notebooks should be optional? For my own use, I cannot think of a scenario where I would not want to include all the output, but I still feel there should be an option which allowed for just including the input. There is also the issue with how one distinguishes between input and output (such as printed results), and how this is going to fit in with how a DocOnce document is structured. I made a quick modification to allow for inclusion of SymPy LaTeX, which seems to work perfectly well. Will probably push this soon. I will have a look at matplotlib figures later. |
ipynb2doconce includes LaTeX output as of 1b3d50c . Exporting the matplotlib figures in a way that preserves quality is going to be harder as they appear to be stored only in as a low-res png. |
According to this
This allows one to at least generate pdfs of the figures in the notebook when downloading as latex. |
I think this is more of a feature request, but the ipynb2doconce command does not capture latex output from sympy equations or matplotlib figures in jupyter notebooks. Thanks.
The text was updated successfully, but these errors were encountered: