Skip to content

Commit 17b8d82

Browse files
FlorentinDadamnsch
andcommitted
Update readme
Co-authored-by: Adam Schill Collberg <[email protected]>
1 parent dab7dc4 commit 17b8d82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![Community forum](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=Forums&logo=discourse&up_color=green&up_message=online&url=https%3A%2F%2Fcommunity.neo4j.com%2F)](https://community.neo4j.com)
99
[![License](https://img.shields.io/pypi/l/neo4j-viz)](https://pypi.org/project/neo4j-viz/)
1010

11-
`neo4j-viz` is a Python package for creating interactive graph visualizations based on data from Neo4j products.
11+
`neo4j-viz` is a Python package for creating interactive graph visualizations.
1212

13-
The output is of type `IPython.display.HTML` and can be viewed directly in a Jupyter Notebook, Streamlit.
13+
The output is of type `IPython.display.HTML` and can be viewed directly in a Jupyter Notebook or Streamlit application.
1414
Alternatively, you can export the output to a file and view it in a web browser.
1515

1616
The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/).

python-wrapper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![Community forum](https://img.shields.io/website?down_color=lightgrey&down_message=offline&label=Forums&logo=discourse&up_color=green&up_message=online&url=https%3A%2F%2Fcommunity.neo4j.com%2F)](https://community.neo4j.com)
99
[![License](https://img.shields.io/pypi/l/neo4j-viz)](https://pypi.org/project/neo4j-viz/)
1010

11-
`neo4j-viz` is a Python package for creating interactive graph visualizations based on data from Neo4j products.
11+
`neo4j-viz` is a Python package for creating interactive graph visualizations.
1212

13-
The output is of type `IPython.display.HTML` and can be viewed directly in a Jupyter Notebook, Streamlit.
13+
The output is of type `IPython.display.HTML` and can be viewed directly in a Jupyter Notebook or Streamlit application.
1414
Alternatively, you can export the output to a file and view it in a web browser.
1515

1616
The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/).

0 commit comments

Comments
 (0)