Exploratory Data Analysis. Exercise 1

Hi. Since three days ago, I have triying to connect my sandbox proyect with the graph of the example but when I execute the next code:

graph = Graph("bolt://52.86.200.133:34830", auth=("neo4j", "pots-aluminum-groom")) with my credentials and after this I run:
graph.run("CALL db.schema()").data()

I haven't any node or relationship, and I should connect with a example graph.

I add a screenshot:

Hello,

When you are at the Sandbox site and logged in, the Details tab for the sandbox should have these values that you plug in. Do you currently have an active sandbox?

Keep in mind that a sandbox exists for 3 days by default. You can extend it in the Advanced Tab for another 7 days.

From what you are describing, your sandbox may have expired.

Elaine