Hey,
Did you try with Mux.jl ?
I cannot guarantee it, but most of my Blink apps also work with Mux.
But I don’t use TableView.
If you are using jupyterlab, you can find a widget to explore .csv.
FWIW, under Windows 11, the default browser can be launched fine from Julia with:
run(`explorer http://localhost:2429/mytable`)
although this command issues an error message…
EDIT:
As per this other post, a clean way to open the webpage (or other files) with OS’s default application is to use the DefaultApplication.jl package