First time here? Check out the FAQ!

Ask Your Question
0

NetworkX - how to install it?

asked 11 years ago

mresimulator gravatar image

Hi experts!

How to install NetworkX for use it in SAGE? Is already istalled in SAGE?

Thanks a lot!!

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 11 years ago

tmonteil gravatar image

updated 11 years ago

NetworkX is distributed with Sagen and used by Sage for the Graph module. To use it directly, just do:

sage: import networkx

and then you can see all available functions by typing:

sage: networkx.<TAB>
Preview: (hide)
link

Comments

Thanks a lot!!

mresimulator gravatar imagemresimulator ( 11 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 328 times

Last updated: Sep 05 '13