Replies: 1 comment
-
Did you find a solution to use |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to use create a Revealjs presentation and the code snippets that produce plots are using Julia with the Plots.jl package and the Plotly backend. The problem I'm running into is that upon rendering with quarto, the code plotting snippets save/inject the generated plots as static files. There was an example with a note using Plotly in the context of python/jupyter notebooks, but not clear how this translates to Julia code snippets using Plots.jl within VSCode. Does anyone have previous troubleshooting on this? In addition, for R it looks like one can use the Shiny package to create dashboard slides, maybe something similar can be done using Genie.jl/Stipple.jl. Guess the question is how can we make dashboard slides in Revealjs with Julia code?
Here is an example of the code block in a
.qmd
file:then when I render this with quarto in Revealjs format the slide plot is a stored as a SVG file.
Beta Was this translation helpful? Give feedback.
All reactions