You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there any way to make javascript based graphics work in the generated html/md ?
As a matter of fact, it works in html output from Pluto. However I do not know the details.
A notebook containing what is desirable (IMHO) is here.
The text was updated successfully, but these errors were encountered:
Hi, my guess is that Pluto implements that by embedding a static blob in the HTML output and loading some Javascript library. Next, the library reads the blob and converts it to a nice image.
If that is the case, then it should be possible in PlutoStaticHTML to view the image too. However, implementing it is not high on my priority list, so I'll probably won't do it. PRs are welcome though.
Hi, is there any way to make javascript based graphics work in the generated html/md ?
As a matter of fact, it works in html output from Pluto. However I do not know the details.
A notebook containing what is desirable (IMHO) is here.
The text was updated successfully, but these errors were encountered: