]> code.communitydata.science - social-media-chapter.git/blobdiff - README.md
typo fix -- Juypter becomes Jupyter
[social-media-chapter.git] / README.md
index 01df1a1e61e125f1c9bc20bd2df5e465481ed7be..d305de95bc757ae5bda62f8e2607812a442807a3 100644 (file)
--- 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:
 

Community Data Science Collective || Want to submit a patch?