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 b6f18c5 commit 5a555d8Copy full SHA for 5a555d8
.gitignore
@@ -53,6 +53,7 @@ coverage.xml
53
*.swp
54
*.log
55
*.pot
56
+.ipynb_checkpoints
57
58
# Sphinx documentation
59
docs/_build/
environment.yml
@@ -0,0 +1,10 @@
1
+name: binder-tephi
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - python
6
+ - matplotlib
7
+ - numpy
8
+ - pip
9
+ - pip:
10
+ - tephi
0 commit comments