Introduction
The plugin adds a scripting panel where you can write python script to transform the network, compute metrics, apply layout etc.
Plugin Owner's Notes
The Script Console plugin provides a text input where user can insert and execute python code. This code can interact with the current graph and user can perform many operation on it. Most of the API of the Gephi Toolkit are accessible, but the plugin provides also some easier utility functions to hide some complexity of the gephi toolkit. Its goal is to add some of the functionnality of GUESS to gephi.



3 June 2011 at 5:51 pm | Permalink
Thank you for this wonderful API
17 January 2012 at 9:26 pm | Permalink
What is the most current version number of your plugin?
26 January 2012 at 2:33 pm | Permalink
There is no versioning yet, only one version exists for the moment
12 April 2012 at 10:54 am | Permalink
hi,
is it possible and if yes, how, to import python libraries such as csv, nexworkx etc?
thanks
21 April 2012 at 6:04 pm | Permalink
It relies on jython so it should be possible to import any libraries compatible with jython