This folder contains example notebooks on how to use the graphdatascience
python client.
Preserve cell outputs
By default, makestyle
will remove all cell outputs. If you want to preserve some outputs, tag the cell with preserve-output
.
Every notebook is also available as adoc
version living under doc/pages/tutorials/
.
The latest published version can be viewed at https://neo4j.com/docs/graph-data-science-client/current/.
To update the adoc version, run
./scripts/nb2doc/convert.sh
On how to render the docs locally, the doc README