Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-07-2022 10:53 PM
I've been using Neo4j together with the graph data science playground (gds) app in teaching for many years. This semester (Fall 2022), the students are installing Neo4j Desktop 1.5.6 and the data science playground app is in version 0.1.55,
I observe many students (including myself) that cannot even start the playground app in the context of a graph ("dbms", click on the blue button next to the graph and choose gds, e.g. instead of browser or bloom).
Where we get stuck: once gds is started, we get to the connection page ("Connecting to server"). The connection works. The next step is "Checking GDS plugin". This is where it keeps checking forever. This second page displays the following:
We are checking whether the library is installed by running the following query:
CALL dbms.procedures() YIELD name WHERE name STARTS WITH "gds" RETURN count(*) AS count;
I am aware of this other post that seems to describe the same problem:
We look forward to any suggestion helping us.
12-07-2022 11:04 PM
I just checked in the plugins, the Graph Data Science Library version is 2.2.5. I just tried uninstalling and installing it again but that didn't help.
12-07-2022 11:05 PM
... and the Neo4j version is 5.2.0 🙂
12-08-2022 12:28 AM
Please excuse all those replies... The problem is defenitely in the Graph Data Science Playground graph app and NOT in the GDS plugin. As noted in the other post relating to the same issue, the problem is that while checking the gds plugin, the graph app uses deprecated code (call instead of show procedures). I guess the graph app needs to be updated.
01-15-2023 11:25 AM
seems odd that this issue hasn't been addressed, I'm experiencing the same problem with a fresh install.
01-16-2023 02:45 AM
Indeed, @robert37 , that plugin doesn't seem to be very popular. However, our students all managed to write gds code in Neo4j Browser, so no need for the playground plugin for us anymore 🙂
01-16-2023 11:52 AM
thanks for the update!
All the sessions of the conference are now available online