File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed
Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 11Installation
2- ------------
2+ ============
3+
4+
5+ To install the latest version of the library, you can simply run:
6+
7+ .. code-block :: bash
8+
9+ pip install neo4j-viz
10+
11+
12+ Optional dependencies
13+ ---------------------
14+
15+ In addition, there are a few optional dependencies that you can install to enable additional features of the library.
16+
17+
18+ Pandas `from_dfs ` importer
19+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+ To install the additional dependencies required for the :doc: `from_dfs importer <./api-reference/from_pandas >` you can run:
22+
23+ .. code-block :: bash
24+
25+ pip install neo4j-viz[pandas]
26+
27+
28+ Neo4j Graph Data Science `from_gds ` importer
29+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+ To install the additional dependencies required for the :doc: `from_gds importer <./api-reference/from_gds >` you can run:
32+
33+ .. code-block :: bash
34+
35+ pip install neo4j-viz[gds]
36+
37+ Notebook tutorials
38+ ~~~~~~~~~~~~~~~~~~
39+
40+ To install all the additional dependencies required for the :doc: `notebook examples <./tutorials/index >` you can run:
41+
42+ .. code-block :: bash
43+
44+ pip install neo4j-viz[notebook]
You can’t perform that action at this time.
0 commit comments