MolViewSpecLive #12819
zachcp
started this conversation in
Show and Tell
MolViewSpecLive
#12819
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
MolviewSpec-Live is a WIP but I'm pretty happy how its shaping up and wanted to share.
Live Rendering of Python Via Pyodide
Live Rendering of JS
Most of the development of the MolViewSpec has been in python so I had been working to get a pyodide component that could interpret the python code and pass it to my component. It works but pyodide is a heavy dependency. I found out that there is actually a JS version and that allows streamlined interpretation in the brower. One of the goals of this effort was to be able to get simple ways to build
Stories
like this one.With the ability to use Typescipt in quarto ( see pre-render docs and recent question, I think I could end up with a very lightweight implementation.
Beta Was this translation helpful? Give feedback.
All reactions