Skip to content

Wolkenstein/Notebook_What-Is-Digital-Humanities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notebook What Is Digital Humanities?

This note book illustrates the creation of a word cloud with data form What Is Digital Humanities?, available as a .csv table in GitHub.

Setup

Anaconda is the intended enviroment to use this notebook. In order to run this notebook, you have to install some missing libraries and download the nltk list of english stopwords.

  • Start JupyterLabs from Anaconda Navigator
  • Open new Terminal in JupyterLabs
  • in Terminal
    • type python to start python console
      • type import nltk to load nltk library (and wait a few seconds)
      • type nltk.download('stopwords') to download stopwords
      • type exit() to leave python console
    • type pip install wordcloud to install wordcloud library
  • Now you are ready to leave the Terminal and switch over to the Notebook
    • run the complete notebook from start using 🢒🢒 or run individual blocks with 🢒

About

A small Jupyter Notebook to illustrate the generation of a word cloud using data from https://whatisdigitalhumanities.com/.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published