Skip to content

Commit 7a1a47d

Browse files
committed
Add Python visualization library plotly
1 parent 5a0c480 commit 7a1a47d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter/environment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: codegraph
22
channels:
33
- conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
4+
- plotly
45
- conda-forge
56
dependencies:
67
- python=3.12.*
@@ -17,5 +18,6 @@ dependencies:
1718
- opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
1819
- wordcloud=1.9.*
1920
- monotonic=1.*
21+
- plotly=6.0.*
2022
- pip:
2123
- neo4j==5.23.*

0 commit comments

Comments
 (0)