Assignments for the Zoekmachines (IR0) course at the University of Amsterdam.
Follow the steps below to set up the environment for the assignments.
- Clone this repository to your local machine:
git clone git@github.com:irlabamsterdam/uva-ir0-assignments.git
- Enter the repository:
cd uva-ir0-assignments
- 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 replaceconda
withmamba
in all commands below:
conda env create -f environment.yaml
- Activate the environment in your current terminal session:
conda activate uva-ir0-assignments
- Launch a JupyterLab server to work on the assignments:
python -m jupyterlab