We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a56648 commit 7221e44Copy full SHA for 7221e44
jupyter/environment.yml
@@ -1,6 +1,7 @@
1
name: codegraph
2
channels:
3
- conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
4
+ - plotly
5
- conda-forge
6
dependencies:
7
- python=3.12.*
@@ -17,5 +18,6 @@ dependencies:
17
18
- opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
19
- wordcloud=1.9.*
20
- monotonic=1.*
21
+ - plotly=6.0.*
22
- pip:
23
- neo4j==5.23.*
0 commit comments