Hello,
I try to run the following example code from the manual:
https://gist.github.com/ufechner7/8559c4fe9c7e4b0ec0b858090684d5e5
This results in the following error message:
julia> include("viewer.jl")
ERROR: LoadError: function view does not accept keyword arguments
in kwfunc(::Any) at ./boot.jl:236
in include_from_node1(::String) at ./loading.jl:488
while loading /home/ufechner/00PythonSoftware/FastSim/scripts/viewer.jl, in expression starting on line 25
julia>
Any idea?