Closed
Description
Hi,
I'd like to call Julia code from python to display some interactive figures. MWE:
In [1]: from juliacall import Main as jl
In [2]: jl.seval("using GLMakie")
In [3]: jl.Figure()
Out[3]: Figure()
In [4]: f = jl.scatter(jl.rand(2,5))
In [5]: jl.display(f)
Out[5]: GLMakie.Screen(...)
A new Makie window shows up. But nothing in it. And after a while
Any idea how to make it work?
Metadata
Metadata
Assignees
Labels
No labels