-
Notifications
You must be signed in to change notification settings - Fork 12
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
TikZ splash now uses png; demos and documentation added #136
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #136 +/- ##
==========================================
- Coverage 26.14% 26.00% -0.14%
==========================================
Files 14 14
Lines 876 892 +16
==========================================
+ Hits 229 232 +3
- Misses 647 660 +13
|
Added also some warnings if any of the intermediate steps to create the png (pdflatex+pdftoppm+pdfinfo+base64) fails. |
@@ -1,10 +1,5 @@ | |||
InstallMethod( JupyterRender, [ IsRecord ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was moved to JupyterRenderable.gi
It makes more sense to be there
@@ -1,5 +1,9 @@ | |||
#! @Chapter Jupyter Utility Functions | |||
#! @Section Functions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more descritptive title for the section
# This is still an ugly hack, but its already much better than before! | ||
BindGlobal("JupyterSplashDot", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used InstallGlobalFunction
+ declare to add documentation
TikZ now uses png (via pdftoppm). In this way it outputs correctly both on linux and macos. Also, github notebook previewer shows the graphics properly.
Documentation for
JupyterSplashDot
andJupyterSplashTikZ
added.Demo notebooks for dot (with numericalsgps) and tikz (with intpic) added.