Skip to content
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

Feature Request: make compatible with Pluto.jl #145

Open
itsdfish opened this issue Aug 12, 2022 · 1 comment
Open

Feature Request: make compatible with Pluto.jl #145

itsdfish opened this issue Aug 12, 2022 · 1 comment

Comments

@itsdfish
Copy link

Hello,

I noticed that BayesNets is not compatible with Pluto.jl. I was wondering if it would be possible to support the use of Pluto.jl?

Thanks!

Code

begin
	using BayesNets
	DiscreteBayesNet()
end

Error

var"#gplot#20"(::typeof(GraphPlot.stressmajorize_layout), ::Base.Pairs{Symbol, Any, NTuple{4, Symbol}, NamedTuple{(:nodelabel, :nodefillc, :edgestrokec, :EDGELINEWIDTH), Tuple{Vector{String}, String, String, Float64}}}, ::typeof(GraphPlot.gplot), ::Graphs.SimpleGraphs.SimpleDiGraph{Int64})@plot.jl:229
plot(::Graphs.SimpleGraphs.SimpleDiGraph{Int64}, ::Vector{String})@io.jl:8
plot(::BayesNets.DiscreteBayesNet)@io.jl:35
show(::IOContext{IOBuffer}, ::MIME{Symbol("image/svg+xml")}, ::BayesNets.DiscreteBayesNet)@io.jl:40
show_richest(::IOContext{IOBuffer}, ::Any)@PlutoRunner.jl:1116
[email protected]:1049[inlined]
format_output_default(::Any, ::Any)@PlutoRunner.jl:957
var"#format_output#50"(::IOContext{Base.DevNull}, ::typeof(Main.PlutoRunner.format_output), ::Any)@PlutoRunner.jl:974
formatted_result_of(::Base.UUID, ::Base.UUID, ::Bool, ::Vector{String}, ::Nothing, ::Module)@PlutoRunner.jl:867
top-level scope@none:1
@mossr
Copy link
Member

mossr commented Jan 22, 2024

See #151. This is a Pluto plotting issue and not a dependency issue with BayesNets.jl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants