Ensure you have Anaconda or Miniconda installed on your system.
conda create --name <venv-name>
conda activate <venv-name>
pip install -r requirements.txt # Install the dependencies
jupyter lab # Recommended way of coding
conda deactivate <venv-name> # If the env is activated
conda env remove --name <venv-name>
You could modify the requirements.txt
to install different versions of the packages.
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)
Lab Links:
Homework Links:
Project Links:
Lecture Links: