Skip to content
Permalink
Browse files

Add AU Python library; resolves #47. (#49)

* Move AU Notebook library from Notebook to standalone library.
* Run library through PEP8 Lint.
* Update Dockerfile
  • Loading branch information...
greebie authored and ruebot committed Apr 11, 2019
1 parent ab403c2 commit 4b8938bcc06465c505c51fa46f7ece1e9f535378
Showing with 908 additions and 310 deletions.
  1. +1 −0 Dockerfile
  2. +603 −310 auk-notebook.ipynb
  3. +304 −0 aunb.py
@@ -15,6 +15,7 @@ RUN python -m nltk.downloader punkt vader_lexicon stopwords
# Copy auk-notebook files over.
COPY data $HOME/data
COPY auk-notebook.ipynb $HOME
COPY aunb.py $HOME

# Start Jupyter Notebook.
CMD ["start-notebook.sh"]
Oops, something went wrong.

0 comments on commit 4b8938b

Please sign in to comment.
You can’t perform that action at this time.