Skip to content
Permalink
Browse files

Separate into 3 notebooks; resolves #46. (#51)

* Add domains notebook
* Add text notebook
* Add network notebook
* Update Docker build
* Update prose in each notebook
  • Loading branch information...
greebie authored and ruebot committed Apr 17, 2019
1 parent e5f78a4 commit e8b0feacda8520ee47f75a2676230b73c5653edc
Showing with 1,778 additions and 1,429 deletions.
  1. +3 −1 Dockerfile
  2. +277 −0 auk-notebook-domains.ipynb
  3. +345 −0 auk-notebook-network.ipynb
  4. +1,153 −0 auk-notebook-text.ipynb
  5. +0 −1,428 auk-notebook.ipynb
@@ -14,7 +14,9 @@ RUN python -m nltk.downloader punkt vader_lexicon stopwords

# Copy auk-notebook files over.
COPY data $HOME/data
COPY auk-notebook.ipynb $HOME
COPY auk-notebook-domains.ipynb $HOME
COPY auk-notebook-text.ipynb $HOME
COPY auk-notebook-network.ipynb $HOME

# Start Jupyter Notebook.
CMD ["start-notebook.sh"]

Large diffs are not rendered by default.

Oops, something went wrong.

Large diffs are not rendered by default.

Oops, something went wrong.

Large diffs are not rendered by default.

Oops, something went wrong.

This file was deleted.

Oops, something went wrong.

0 comments on commit e8b0fea

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