About the Graph Academy category
Discussions about Graph Academy courses. Live classes meet on Discord channel #graphacademy
Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Discussions about Graph Academy courses. Live classes meet on Discord channel #graphacademy
I have worked through the lesson up to and including Unique Email Addresses and keep getting the errors below when running the pytest 04_handle_constraint_errors__test.py: FAILED 04_handle_constraint_errors__test.py::test_unique_constraint - assert N...
Hello everyone,I am unable to continue the Cypher Fundamentals course, because the sandbox in the "Retrieving Nodes" challenge is not working. I get this error "Error fetching sandbox" with message "Failed to fetch". I tried restarting the tab, closi...
Hi All.I am learning "Intermediate Cypher Queries Course"Testing List Inclusion | GraphAcademy (neo4j.com)It Require me to: Neo4j supports storing a single value or an array of values of the same type within a property. In our data model, every :Mo...
I can write the commands in sandbox however when I press the button nothing happen. I try with chrone and firefox.
In Setting up the Project -> Set up a new Environment: The directions for creating a virtual environment aren't working. After creating the virtual environment by running the provided command: `python -m venv neoflix` then trying to activate the en...
Hello Neo4j team, I completed the Neo4j Certified Professional exam, I connected to 'https://neo4j-proshirts.web.app/' to order the T-shirt, but I got 'Internal Server Error'. I used the same credentials to connect to 'https://neo4j-proshirts.web.app...
Hi, I have been unable to progress though this task for days now, I have no idea why the validation will not complete but I have completed the import and all works well, I get the correct number of nodes & relationships yet the validation fails. I ...
I haven't seen anyone else posting with this issue, so its probably something I did on accident that broke the test. Nonetheless, just in case someone else runs into this issue, I am posting about it here. I have also provided feedback in the course ...
Hi, I'm currently working through the Neo4j Applications with Python course, and I've ran into a couple of problems. On the second challenge, when running the tests, it said that I had passed both tests, but the print statements in the second test ne...
Hello guysI'm stucked with this one. I don't get an error, but the output is not as expected. Here is my code:``MATCH (g:Genre) CALL { WITH g MATCH (m:Movie)-[:IN_GENRE]->(g) WHERE g.name is not null and m.countries IN ['France'] return count(m) as ...
I wanted to make a variant of the exercise and verify automatically which are the unique genres . This is my solution: call{ MATCH (n:Movie) WHERE n.imdbRating IS NOT NULL AND n.poster IS NOT NULL WITH n { .title, .imdbRating, actors: [ (n)<-...
The sandbox does not respond to any of my inputs. I have switched browsers to Chrome and Safari, but the result is still the same.
I am currently doing a training on "Building Neo4j Applications with Python". My laptop is Windows and having some difficulty running the flask, as mentioned in that chapter. Do we have any documentation that walks how to setup on Windows OS? Any hel...
Hello, I think something is wrong with the sandbox, for following course/challenge: CHALLENGE Retrieving Nodes There is no result when we use it, even the default query: MATCH (p:Person) RETURN p.name is not working, it will just erase the code when ...
All the sessions of the conference are now available online