/materials-sp24

Student Facing Repository which hosts materials for the Spring 2024 Semester of Data 8 at UC Berkeley

Primary LanguageJupyter NotebookMIT LicenseMIT

Data 8 Public Materials for Spring 2024

Environment Setup

Prerequisites

Ensure you have Anaconda or Miniconda installed on your system.

Installing Requirements

conda create --name <venv-name> 
conda activate <venv-name>
pip install -r requirements.txt # Install the dependencies
jupyter lab # Recommended way of coding

Removing the Environments

conda deactivate <venv-name> # If the env is activated
conda env remove --name <venv-name>

Other

You could modify the requirements.txt to install different versions of the packages.

Course Information

This repository contains the publicly available materials used in the Data 8 Foundations of Data Science course during the Spring 2024 semester at UC Berkeley.

This includes:

  • homeworks
  • labs
  • projects
  • lectures

The contents of this repository are licensed for reuse under Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

Binder

Lab Links:

Homework Links:

Project Links:

Lecture Links: