Permalink
Please
sign in to comment.
Browse files
Setup notebook to run with au_notebook as a library; resolves #50 (#52)
* Setup notebook to run with au_notebook as a library; resolves #50 - Update Dockerfile - Update README - Update notebook to use au_notebook library - Remove library
- Loading branch information...
Showing
with
18 additions
and 321 deletions.
- +1 −2 Dockerfile
- +1 −0 README.md
- +13 −13 auk-notebook.ipynb
- +0 −304 aunb.py
- +3 −2 requirements.txt
@@ -1,5 +1,6 @@ | |||
au-notebook==0.0.2 | |||
matplotlib==3.0.2 | |||
numpy==1.15.1 | |||
pandas==0.23.4 | |||
networkx==2.2 | |||
nltk==3.4 | |||
numpy==1.15.1 | |||
pandas==0.23.4 |
0 comments on commit
e5f78a4