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
If a cell in pluto returns a value, it gets rendered in an interactive object viewer. If I use $(x) inside a md value, it uses normal string interpolation to inject it into the markdown. However, what I would like is some PlutoUI-style function that lets me embed the object viewer widget directly into the markdown at that location with that value.
The text was updated successfully, but these errors were encountered:
If a cell in pluto returns a value, it gets rendered in an interactive object viewer. If I use
$(x)
inside amd
value, it uses normal string interpolation to inject it into the markdown. However, what I would like is some PlutoUI-style function that lets me embed the object viewer widget directly into the markdown at that location with that value.The text was updated successfully, but these errors were encountered: