Import a graph (network) in Julia

Viewed 800

Does anybody now if there is any module that could let me import a graph (network) in Julia?

Working with Python, I used the graph-tool package, which served me very well! I have my graphs in .gt file format. Can I use any module in Julia, so that I can import them there?

I have searched for LightGraphs and Junet, which is fairly new but cannot seem to see any "import" section in the documentation.

2 Answers
Related