cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Sandbox not working

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...

Unable to order T-shirt

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...

Python Course test three Attribute Error

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 ...

RSam3 by Node Link
  • 450 Views
  • 2 replies
  • 0 kudos

Neo4j with Python Issues

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...

Using subqueries

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 ...

unique genres: Intermediate Cypher Queries

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)<-...

Building Neo4j Applications with Python

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...