Jupyter notebook provide a way to render html in its markdown language cells. I know Jupyter is browser based so clearly could be just using the browser's html renderer. But does Mathematica's notebook has similar rendering engine for html. Since anything to be rendered in the notebook it needs to be translated in the Box language so my question is there a function that takes html code as a string and renders it in the frontend using its Box language?
Asked
Active
Viewed 266 times
Import/ImportStringto see how much can be automatically translated to WL. P.s. Wolfram Cloud FE can use html directly withEmbeddedHTMLwrapper. – Kuba Jul 01 '19 at 13:39WebExecute["CapturePage"]fits the bill, but if it's a matter of rendering with interactivity, then that's on a whole other level. Mathematica would then need to include a web browser. – C. E. Jul 02 '19 at 02:20