Ask Your Question
0

NetworkX - how to install it?

asked 2013-09-05 08:25:16 +0200

mresimulator gravatar image

Hi experts!

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

Thanks a lot!!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-09-05 09:07:10 +0200

tmonteil gravatar image

updated 2013-09-05 09:14:46 +0200

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>
edit flag offensive delete link more

Comments

Thanks a lot!!

mresimulator gravatar imagemresimulator ( 2013-09-05 09:33:02 +0200 )edit

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: 2013-09-05 08:25:16 +0200

Seen: 262 times

Last updated: Sep 05 '13