Giancarlo Perrone
Giancarlo Perrone
I am trying to output some notebooks containing some HoloViews visuals, and I finally got something working after including both requireJS and JQuery in my base.html file. While this work,...
This PR includes various changes to help with organization of bundled dependencies. visjs css and js files are now packaged into the user's working dir by default, or can be...
Perviously it was possible to supply HTML elements in a string to the node titles like ```python G.add_node(1, 1, title="This isNode 1") ``` And the resulting tooltip would render the...
The current default HTML outputs contain a basic SVG canvas with dragging interactivity. It would be interesting to see how the HTML template can be tweaked to include custom JS...
Hi there, not sure if I missed anything in the documentation or quick start, so please let me know if this is already supported. Essentially I am not able to...
Awesome feature btw! When I set the option to `Allow`, reddit links still prompt me with the Popup prompt for the `Ask` setting. ```javascript if (isAutomatic) { window.location.replace(`https://openinapollo.com?subreddit=${subreddit}&postID=${postID}&commentID=${commentID}&context=${context}`); } else...
I am trying to create a pdf from a HTML string because I have some styling to do (bold fonts for titles, etc) Formatting looks fine however, the resulting font...
This change allows you to supply a font argument when invoking the write_html method since it defaults to Times. ```python class MyFPDF(FPDF, HTMLMixin): pass pdf = MyFPDF() pdf.add_page() pdf.write_html("THIS BETTER...