Skip to content

Commit

Permalink
Flag bolt protocol error with Python 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstick authored Oct 19, 2016
1 parent 223efee commit 08d2929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neo4j-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
" Python 2.x | Python 3.x \n",
" ------------------ | :------------------:\n",
" `print \"oink\"` | `print(\"oink\")` \n",
" `pip install woof` | `pip3 install woof`\n",
" `pip install bark` | `pip3 install bark`\n",
" \n",
"In addition, if you're running Python 2.7.9 there is a known limitation: you will be unable to connect to Neo4j using the Bolt protocol (this is the protocol developed & optimized for Neo4j). Specifically, this means that the part of the tutorial using the Neo4j-driver middleware will not function for you.\n",
" \n",
" **<span style=\"color: red;\">Caveat:</span>** *It is possible that if you only have a Python3 installation, you will not need to use `pip3` in place of `pip`.*"
]
Expand Down

0 comments on commit 08d2929

Please sign in to comment.