Hi, I’m looking for a way of interactively plot some figures through a website.
A representative example might be PlutoUI.jl but it requires Pluto.
I wanna do this from my terminal.
Other package I found is Interact.jl but I’m not familiar with Mux.jl so I cannot produce a minimal example.
Is there anyone who knows how to do it with a minimal example or other packages that helps me?
You can use Makie.jl with the WebGL backend to get interactive plots through the browser. Here is a short tutorial on getting started with interactivity! If you want to know more, @jkrumbiegel might be of help here. (I probably have the wrong tag on him)