Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

This folder contains example notebooks on how to use the graphdatascience python client.

Custom cell tags for notebooks

Preserve cell outputs

By default, makestyle will remove all cell outputs. If you want to preserve some outputs, tag the cell with preserve-output.

Update /tutorials in docs

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