How to use JuliaCall?

jl.seval("using GMT")

seems to be the way it’s commonly done, for eg. the code in Step 4 of this guide for a different package says:

# Import `PostNewtonian` in the Julia session
jl.seval("using PostNewtonian")
2 Likes