-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GAP package JupyterViz fails to load #290
Comments
Isn't this the same as issue #287, ie the package simply is not loadable, eg some dependency is missing/not compiled/... |
Without investigating further, I think you are not able to load GAP's Jupyter package stack. Even if, you will not achieve the desired goal. The Renderables will not show as expected (image, html) when displayed to Jupyter. I suggest you use the native Julia visualization tools. |
@sebasguts must be right. Loadable here in GAP 4.10.2 https://github.com/alex-konovalov/gap-teaching. |
@fingolfin is right, I still had julia> LoadPackageAndExposeGlobals( "JupyterViz", Main, all_globals = true )
julia> Plot( [ 1.2, 1.3, 5 ] )
Error, Invalid argument types given to Plot.
ERROR: Error thrown by GAP
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] error_handler() at /Users/mo/.julia/dev/GAP/src/GAP.jl:47
[3] #call_gap_func#5(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(GAP.call_gap_func), ::Main.ForeignGAP.MPtr, ::Array{Float64,1}) at /Users/mo/.julia/dev/GAP/src/ccalls.jl:149
[4] call_gap_func at /Users/mo/.julia/dev/GAP/src/ccalls.jl:139 [inlined]
[5] #call#3 at /Users/mo/.julia/dev/GAP/src/GAP.jl:123 [inlined]
[6] (::Main.ForeignGAP.MPtr)(::Array{Float64,1}) at /Users/mo/.julia/dev/GAP/src/GAP.jl:123
[7] top-level scope at REPL[3]:1 |
I will wait for a day and then close the issue. Thank you all for your help. |
The text was updated successfully, but these errors were encountered: