Skip to content
Permalink
Browse files

Add class call to write_output(). #54 (#55)

* Add class call to write_output().

* update README.md
  • Loading branch information...
greebie authored and ianmilligan1 committed Apr 25, 2019
1 parent 25f3347 commit 256db8e87d0cf80c392623fbda33a6d50191d633
Showing with 6 additions and 6 deletions.
  1. +3 −3 README.md
  2. +2 −2 auk-notebook-text.ipynb
  3. +1 −1 requirements.txt
@@ -15,7 +15,7 @@ We suggest using [Anaconda Distribution](https://www.anaconda.com/distribution)

* [Python](https://www.python.org/downloads/) 3.7+
* [Jupyter Notebook](https://jupyter.org) (1.0.0)
* [au_notebook](https://github.com/archivesunleashed/au_notebook) (0.0.2)
* [au_notebook](https://github.com/archivesunleashed/au_notebook) (0.0.3)
* [matplotlib](https://matplotlib.org) (3.0.2)
* [numpy](https://pypi.org/project/numpy/#history) (1.15.1)
* [pandas](https://pandas.pydata.org) (0.23.4)
@@ -41,7 +41,7 @@ jupyter notebook

### Docker

Docker is a container-based virtual machine system that bundles dependencies together, this means you can build the Docker image and it will work out of the box. To run the Jupyter Notebook via Docker, there are two options, Docker Hub and Docker Locally.
Docker is a container-based virtual machine system that bundles dependencies together, this means you can build the Docker image and it will work out of the box. To run the Jupyter Notebook via Docker, there are two options, Docker Hub and Docker Locally.

### Docker Hub

@@ -73,7 +73,7 @@ There are several types of visualizations that you can produce in the Jupyter No
* *Domain Analysis*: Provides information about what has been crawled (e.g. which domains) and how often.
* *Text Analysis*: Highlights the frequency of words through various filters including domain and year.
* *Sentiment Analysis*: Visualizes sentiment scores by domain and year.
* *Network Analysis*: Shows the connections and relationship among websites through network graph layouts.
* *Network Analysis*: Shows the connections and relationship among websites through network graph layouts.

## Additional Notes

@@ -260,7 +260,7 @@
"## Removing the # on the following line will write the results to TEXT_OUTPUT_FILENAME if set, \n",
"## or nb.output_filename (set in the User Configuration section).\n",
"\n",
"#write_output(filename, year_results)"
"# nb.write_output(filename, year_results)"
]
},
{
@@ -279,7 +279,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"{'bcliberals', 'huffingtonpost', 'reddit', 'facebook', 'blogger', 'familiesfundingteachers', 'bctf', 'radioreddit', 'twitter', 'youtube', 'google', 'thetyee', 'huff', 'staffroomconfidential', 'patch', 'cbc', 'betterschoolsbc'}\n"
"{'google', 'bcliberals', 'betterschoolsbc', 'huff', 'cbc', 'youtube', 'bctf', 'huffingtonpost', 'radioreddit', 'reddit', 'patch', 'blogger', 'familiesfundingteachers', 'facebook', 'thetyee', 'staffroomconfidential', 'twitter'}\n"
]
}
],
@@ -1,4 +1,4 @@
au-notebook==0.0.2
au-notebook==0.0.3
matplotlib==3.0.2
networkx==2.2
nltk==3.4

0 comments on commit 256db8e

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