Closed vpuri3 closed 2 months ago
you need a proxy_url https://simondanisch.github.io/Bonito.jl/stable/deployment.html
server = Bonito.Server(app, "127.0.0.1", 8700; proxy_url = "http://localhost:8080")
Yeah that's it ;) Easier to just do ssh -L 8080:localhost:8080
I am using Bonito + WGLMakie to view visualizations done on my remote machine. The issue I am facing is that WGLMakie plots are not rendering in my browser on my local machine.
Here's my workflow: I log into my remote machine with
and run the following Julia script.
The output on
http://localhost:8080
isWhen I run the same script locally, I get the expected result: