Skip to content

Commit c0645c1

Browse files
committed
Add Python visualization library plotly
1 parent 077727a commit c0645c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter/environment.yml

Lines changed: 2 additions & 0 deletions
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.*
@@ -18,5 +19,6 @@ dependencies:
1819
- wordcloud=1.9.*
1920
- monotonic=1.*
2021
- squarify=0.4.* # to create tree maps e.g. for git history
22+
- plotly=6.0.*
2123
- pip:
2224
- neo4j==5.23.*

0 commit comments

Comments
 (0)