7 Replies
We don’t execute user scripts in JS for security reasons. What is your use case? If you want to a custom plugin you could try extending AnyWidget (see our docs). You can also embed html in iframes
Oh -- ok thanks for super quick reply
If it’s very important for you to run scripts we can consider designing an API around that, not something has been requested yet
Yup np
Ticker Tape
Embed free widgets in your website or blog. Stock market quotes, Forex, Bitcoin, Index and Futures data in the functional HTML5 widgets by TradingView.
Example of the JS widget
I was basically just test driving this example - I use Streamlit.io in general for app delivery - was looking for an app-lite alternative
I will take a look at
AnyWidget
and iFrame
options too. Cheers!
Very impressive offering so far
Can you point me to (non-tutorial) examples for further inspiration?
p.s. I don't do trading... was just an example
🙂Ya there are some in the share-your-notebook channel
And others at marimo.io/@public
Hi there, I wanted to follow up on this question because I have a need for injecting javascript into my app. We currently have a need to utilize 3dmol.js (http://3dmol.csb.pitt.edu) to visualize and manipulate molecules in 3D. The most sensible way at the moment is injecting into a marimo Html component, but it seems like it is not executing, which makes sense based on your answer to this question. Is a way around this?