Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ updates:
- package-ecosystem: "pip"
directory: "/python-wrapper"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "npm"
directory: "/js-applet"
schedule:
interval: "daily"
interval: "weekly"
41 changes: 20 additions & 21 deletions docs/extra/getting-started.ipynb

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ The library allows you to visualize graph data interactively in Python using a s

The library wraps the `Neo4j Visualization JavaScript library (NVL) <https://neo4j.com/docs/nvl/current/>`_, and
provides additional features for working with graph data in Python.
Notably, there are convenience methods for importing data from `Pandas DataFrames <https://pandas.pydata.org/>`_ and
`Neo4j Graph Data Science <https://neo4j.com/docs/graph-data-science/current/>`_.
Notably, there are convenience methods for importing data from `Pandas DataFrames <https://pandas.pydata.org/>`_,
`Neo4j Graph Data Science <https://neo4j.com/docs/graph-data-science/current/>`_ and `Neo4j Database <https://neo4j.com/docs/python-manual/current/>`.

The source code is available on https://github.com/neo4j/python-graph-visualization[GitHub].
If you have a suggestion on how we can improve the library or want to report a problem, you can create a https://github.com/neo4j/python-graph-visualization/issues/new[new issue].


.. toctree::
Expand Down
3 changes: 3 additions & 0 deletions python-wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ notebook = [

[project.urls]
Homepage = "https://neo4j.com/"
Repository = "https://github.com/neo4j/python-graph-visualization"
Issues = "https://github.com/neo4j/python-graph-visualization/issues"
Documentation = "https://neo4j.com/docs/nvl-python/preview"

[tool.setuptools]
include-package-data = true
Expand Down