How to use TableView in a browser?

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

1 Like