I am trying to use a Pluto notebook with a Makie backend that works with Pluto Notebook for 3D graphics.
In an effort to use WGLMakie, I tried:
begin
using JSServe
Page()
end
I get blocked by the corporate firewall. What is going on here and should I be worried about what is going on under the hood?
Is Pluto not able to see the proxy settings that the REPL package manager can, or is this caused by calling the resulting web-page that Page() creates which go off and bring in all types of unauthorized content?
Can anyone explain or offer suggestions on how to make Makie plots in Pluto without tripping over the firewall?
Thank you.