Conversation
|
Hi @alexespencer , If it is useful to be public, let's make the function public. I see no problem with that! |
|
@andrei-ng thanks - do you know when the next release is planned? (Can it be soon? 🙏 ) |
@alexespencer Good question. I have been working on a new package in order to replace the Kaleido feature. I am almost done and want to squeeze that in the new release. Haven't decided if to deprecate kaleido now or just give users some more time to test with the new upcoming crate/feature. I will decide in the next days and hopefully make a new release before the 16th. Alternatively, my next window would be early August |
|
@alexespencer , I've decided to bite the bullet and release earlier. Version |
|
Thank you! ❤️ |
This function is useful outside of the crate. Example use case: assembling multiple plotly chart
divHTML elements into a single page, after injecting the plotly scripts viaoffline_js_sources. I've been able to then embed plotly graphs inside HTML pages generated with rustsmdbook, however I had to replicate this function externally - which is OK but creates a problem when bumping plotly as I would have to re-download these scripts which may change.