Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.03 KB

UvA Information Retrieval 0

Assignments for the Zoekmachines (IR0) course at the University of Amsterdam.

Setup

Follow the steps below to set up the environment for the assignments.

  1. Clone this repository to your local machine:
git clone git@github.com:irlabamsterdam/uva-ir0-assignments.git
  1. Enter the repository:
cd uva-ir0-assignments
  1. We use Python 3.10 for the assignments. All additional dependencies are listed in environment.yaml. To set up a virtual environment with the correct Python version and dependencies, use conda or mamba. Mamba is a faster alternative to conda, and you can replace conda with mamba in all commands below:
conda env create -f environment.yaml
  1. Activate the environment in your current terminal session:
conda activate uva-ir0-assignments
  1. Launch a JupyterLab server to work on the assignments:
python -m jupyterlab