Makie app from command line

You can use:

using GLMakie
gl_screen = display(scatter(1:4));
wait(gl_screen)

Which will block as long as that window is open

9 Likes