I am trying to use Cypher in neo4j to create nodes, but whenever I type cypher commands in the "neo4j shell" of the "Power Tool Console", I end up with the following error:
Unknown command 'create(n);'
I have no "Cypher" tab in my console, unlike what the Neo4j Documentation claims I should have (http://docs.neo4j.org/chunked/snapshot/webadmin-console.html). I only have the "Neo4j Shell","Gremlin", and "HTTP" tabs.
How can I input Cypher commands in the "Neo4j Shell" tab? Is there any way I can actually retrieve a "Cypher" tab? Sorry if these are very easy questions, but I am totally new to neo4j, and I found nothing like this on SO.