GESIS Introduction to Computational Social Science Course Materials for Text Analysis
Trump Tweets obtained from: https://www.thetrumparchive.com/
- Install IPython package:
python3 -m pip install ipykernel nbformat nbclient nbconvert notebook - Install IRKernel
Rscript -e "install.packages('IRkernel')"Rscript -e "IRkernel::installspec()"
- Confirm with
jupyter kernelspec list
Run quarto render file.qmd --no-execute; some R files can also be rendered this way.