What is cypher shell and where can I find it?

Hi, I am a newbie to learn a very infant level basics of cypher. I skimmed through basic documents about knoweldge graph and cypher explanation such as What is Cypher - Getting Started..

So, where is cypher shell? Is it jupyter notebook? Where should I type this code: (:nodes)-[:ARE_CONNECTED_TO]->(:otherNodes)??

Is it available on neo4j desktop??

It is in the bin folder for each db created. If you have a server deployment, then look there. Here is link to the default neo4j paths:

If you are using Desktop, then each db you create has its own bin directory. You can get to each db's folder structure from each's db dropdown list. Choose DBMS. You will see the bin folder in the opened window.

@changyongkim910

additionally Cypher Shell - Operations Manual describes cypher-shell and its usage