Re: [julia-users] Graphs.jl to plot graphs in Jupyter notebooks?

2016-11-11 Thread Tom Breloff
Just posted: http://www.breloff.com/Graphs/ On Fri, Nov 11, 2016 at 11:32 AM, Angel de Vicente < angel.vicente.garr...@gmail.com> wrote: > Hi, > > Tom Breloff writes: > > FYI... I'm working on a demo for this sort of thing... stay tuned: > > looking forward to it. In the meantime I found a way t

Re: [julia-users] Graphs.jl to plot graphs in Jupyter notebooks?

2016-11-11 Thread Angel de Vicente
Hi, Tom Breloff writes: > FYI... I'm working on a demo for this sort of thing... stay tuned: looking forward to it. In the meantime I found a way to use Graphs to nicely display the graphs inside Jupyter notebooks: , | using Graphs | using GraphViz | | g = simple_graph(3) #Directed Graph

Re: [julia-users] Graphs.jl to plot graphs in Jupyter notebooks?

2016-11-11 Thread Angel de Vicente
Hi, "David P. Sanders" writes: > Use LightGraphs.jl > > I believe that Graphs.jl is deprecated. yes, thanks. I was aware that Graphs.jl was no going to be maintained anymore, but somehow integration with visualization packages looked a bit less convenient (I might be completely wrong, I just ha

Re: [julia-users] Graphs.jl to plot graphs in Jupyter notebooks?

2016-11-11 Thread Tom Breloff
FYI... I'm working on a demo for this sort of thing... stay tuned: ​ On Fri, Nov 11, 2016 at 10:32 AM, David P. Sanders wrote: > Use LightGraphs.jl > > I believe that Graphs.jl is deprecated.

[julia-users] Graphs.jl to plot graphs in Jupyter notebooks?

2016-11-11 Thread David P. Sanders
Use LightGraphs.jl I believe that Graphs.jl is deprecated.

[julia-users] Graphs.jl to plot graphs in Jupyter notebooks?

2016-11-11 Thread angel . vicente . garrido
Hi, I'm trying to find a package that let's me create simple graphs easily and visualize them. Graphs.jl looks fine for what I need, but I'm having trouble to get the graphs plotted inside a Jupyter notebook. Perhaps I'm missing something obvious, but by skimming through Graphs.jl's documentation