Hi Andrij thank you for help.
The problem is my project had been developed using Java.
NetworkX however requires using code written in Python to call any
methods from its library.
How can these two integrate with each other?
Sorry if this is something that is painfully obvious and easy I'm not
familair with Python and integrating one coding language in another
(if there is a way to do so).
On Feb 4, 6:58 pm, Andrij Skalyuk <
sca...@ukr.net> wrote:
> See on GWT like a JavaScript library in results.
> So you can usepythonlibrary on server side in your project.
> GWT can get results frompythoncode on server through JSON (example
> On Feb 4, 8:28 am,simplename<
nanasuiwestw...@gmail.com> wrote:
>
> > hey everyone.
>
> > I have developed a GUI which displays and allows user inputs of a
> > graph/network using GWT and now looking into using NetworkX (https://
> >
networkx.lanl.gov/wiki) library for my project. The reason is NetworkX
> > provides some nice graphic visualisation and also some built in
> > calculation functions for graphs. However, the examples provided are
> > all inpythononly, is there anywat thatPythoncan be integrated into