From: Kaylea Champion Date: Sat, 24 Feb 2018 00:29:10 +0000 (-0800) Subject: typo fix -- Juypter becomes Jupyter X-Git-Url: https://code.communitydata.science/social-media-chapter.git/commitdiff_plain/d836220e056eee4a254fd42871834a7642819a83?hp=a882109b23279b007c2090529798a42ecb69992c;ds=sidebyside typo fix -- Juypter becomes Jupyter --- diff --git a/README.md b/README.md index 01df1a1..d305de9 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Doing this will require two final steps: The code used for our bibliometric analysis is contained within the `code/bibliometrics/` subdirectory. -We've included two copies of our Python code for our bibliometric analysis in the files `00_citation_network_analysis.py` and `00_citation_network_analysis.ipynb`. We will describe using the former in this section. If you have [Juypter](https://jupyter.org/) installed you can open the file in a a notebook format used by many scientists by running `jupyter-notebook citation_network_analysis.ipynb`. If you want to try Jupyter, Debian and Ubuntu users can install it with `apt install jupyter-notebook` and other users can download it [here](https://jupyter.org/install.html). +We've included two copies of our Python code for our bibliometric analysis in the files `00_citation_network_analysis.py` and `00_citation_network_analysis.ipynb`. We will describe using the former in this section. If you have [Jupyter](https://jupyter.org/) installed you can open the file in a a notebook format used by many scientists by running `jupyter-notebook citation_network_analysis.ipynb`. If you want to try Jupyter, Debian and Ubuntu users can install it with `apt install jupyter-notebook` and other users can download it [here](https://jupyter.org/install.html). Our bibliometric analysis code does require one additional piece of software called [Infomap](http://www.mapequation.org/) which we use to identify clusters in our citation network. There are some [instructions online](https://github.com/mapequation/infomap) but you can download and install it with the following commands run from the `code/bibliometrics` subdirectory: