I’m hoping to get basic interactive plots (e.g., manipulation of 3D axes) in IJulia. But following the basic instructions in the docs has not worked on both linux and MacOS.
I’m using Julia 1.6, running IJulia.notebook(). In the first cell I execute
using JSServe
Page()
which runs with empty output. Then I try
using WGLMakie
scatter(1:4)
After about 10 seconds I get Warning: Waiting for page sessions to load.
Then after a couple of minutes, the cell finishes but the output is again blank. No window is opened, and there is “Nothing to see” on port 9284, which seemed relevant in some other posts.
I am clearly missing something fundamental! What do I need to do?