These materials are used in NC State University Libraries' Data Science Services workshops covering practical data skills (Python, R, visualization, and analysis).
- Click a workshop badge above to open in Colab.
- Run the install cell when prompted (section below).
- Runtime → Restart runtime.
- Runtime → Run all. ✅
- 🧱 Fundamentals — variables, types, lists, dicts, and more.
- 🔁 Loops and Functions — conditionals, loops, functions, and scope.
This folder contains Python/Jupyter equivalents of the R workshop notebooks found in the "RStudio Materials" directory. You can run them directly in Google Colab without installing anything locally (e.g. R, RStudio).
- Click a badge above to open directly in Colab.
Alternatively, in Colab: File → Open Notebook → GitHub tab → paste the repo URL https://github.com/NCSU-Libraries/intro-to-prog-r and select the notebooks in the repository root.
COMING SOON!
After installs finish:
- Runtime → Restart runtime (recommended) so freshly installed packages are active.
- Runtime → Run all.
- If a package fails to install, re-run the install cell; transient network issues are common.
- For large installs, ensure you restarted the runtime before executing the rest of the notebook.
- If you see import errors, verify the
requirements.txtURL matches the branch you want.