Skip to content

Commit 3dc5a1e

Browse files
authored
Merge pull request #834 from adamnsch/refer-to-vis
Add reference to `neo4j-viz` in docs
2 parents c1c504f + d93f25a commit 3dc5a1e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
* xref:common-datasets.adoc[]
99
* xref:rel-embedding-models.adoc[]
1010
* xref:bookmarks.adoc[]
11-
1211
* xref:gds-session.adoc[]
13-
12+
* xref:visualization.adoc[]
1413
* xref:tutorials/tutorials.adoc[]
1514
// https://docs.antora.org/antora/latest/navigation/include-lists/
1615
+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Visualization
2+
3+
To visualize your projection within a Python environment such as notebook or streamlit, we recommend using the
4+
graph visualization library `neo4j-viz`.
5+
6+
Please see the https://neo4j.com/docs/nvl-python/preview[`neo4j-viz` documentation] for how to get started.
7+
In particular, the section related to
8+
http://neo4j.com/docs/nvl-python/preview/integration.html#neo4j-graph-data-science-gds-library[integration with `graphdatascience`]
9+
and its https://neo4j.com/docs/nvl-python/preview/tutorials/gds-nvl-example.html[example tutorial] may be of interest.

0 commit comments

Comments
 (0)