Skip to content
Permalink
Browse files

Remove auk-notebook-example.ipynb; resolves #38. (#39)

- remove auk-notebook-example.ipynb
- update Dockerfile
- execute auk-notebook.ipynb
- update link in README to Binder
  • Loading branch information...
ruebot authored and ianmilligan1 committed Mar 12, 2019
1 parent 5e0db61 commit fa0a89ab1009b2c96fea29620c38dd6b3efba1e5
Showing with 248 additions and 1,159 deletions.
  1. +1 −2 Dockerfile
  2. +1 −1 README.md
  3. +0 −1,114 auk-notebook-example.ipynb
  4. +246 −42 auk-notebook.ipynb
@@ -4,7 +4,7 @@ FROM jupyter/base-notebook

# Metadata
LABEL maintainer="Nick Ruest <ruestn@gmail.com>"
LABEL description="Docker image for the Archives Unleashed Notebooks"
LABEL description="Docker image for Archives Unleashed Cloud: Jupyter Notebooks"
LABEL website="https://archivesunleashed.org/"

# Install auk-notebook dependencies.
@@ -15,7 +15,6 @@ 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-example.ipynb $HOME

# Start Jupyter Notebook.
CMD ["start-notebook.sh"]
@@ -1,5 +1,5 @@
# Archives Unleashed Cloud: Jupyter Notebooks
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/archivesunleashed/auk-notebooks/master?filepath=auk-notebook-example.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/archivesunleashed/auk-notebooks/master?filepath=auk-notebook.ipynb)
[![Docker Stars](https://img.shields.io/docker/stars/archivesunleashed/auk-notebooks.svg)](https://hub.docker.com/r/archivesunleashed/auk-notebooks/)
[![Docker Pulls](https://img.shields.io/docker/pulls/archivesunleashed/auk-notebooks.svg)](https://hub.docker.com/r/archivesunleashed/auk-notebooks/)
[![LICENSE](https://img.shields.io/badge/license-Apache-blue.svg?style=flat-square)](./LICENSE)
Oops, something went wrong.

0 comments on commit fa0a89a

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