You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this an issue with Pluto with WGLMakie.
Start by running Pluto in a container using the official julia image OR the pluto image
docker run -ti --rm -p 1234:1234 julia
] add Pluto
using Pluto
Pluto.run(host="0.0.0.0")
Running the attached notebook causes the plot to display an "unable to connect" web error.
There does not appear to be any useful information in the browser console as to why this is happening. It would be helpful to catch these kinds of errors and provide some debug info.
I'm not sure if this an issue with Pluto with WGLMakie.
Start by running Pluto in a container using the official julia image OR the pluto image
Running the attached notebook causes the plot to display an "unable to connect" web error.
There does not appear to be any useful information in the browser console as to why this is happening. It would be helpful to catch these kinds of errors and provide some debug info.
Notebook as text file: wglmakie_error.txt
The text was updated successfully, but these errors were encountered: