Creates a word cloud from a wikipedia page
- Clone the repository or download the repository (Code > Download ZIP, then unzip the repository)
- Open Anaconda Prompt (see https://www.anaconda.com/products/individual for installing Anaconda)
- Create an environment, e.g. "conda create --name wiki-word-cloud-env39 python==3.9
- Activate the environment, e.g. "conda activate wiki-word-cloud-env39"
- Install jupyter notebooks, e.g. "conda install -c conda-forge notebook"
- Navigate to directory with the repository, e.g. "cd %USERPROFILE%\Documents\GitHub\wiki-word-cloud"
- Install requirements using conda, e.g. "conda install -c conda-forge --file requirements.txt"
- Open jupyter notebook, e.g. "jupyter notebook"
- Open the "wiki-word-cloud" jupyter notebook and run (e.g. Kernel > Restart & Run All)
- Open Anaconda Prompt
- Activate the environment, e.g. "conda activate wiki-word-cloud-env39"
- Navigate to directory with the repository, e.g. "cd %USERPROFILE%\Documents\GitHub\wiki-word-cloud"
- Open jupyter notebook, e.g. "jupyter notebook"
- Open the "wiki-word-cloud" jupyter notebook and run