# Clone the repository from GitLab
git clone https://gitlab.lrz.de/sosy-lab/blockseminar-semantik-ws-2024.git
cd repository
# Set up a virtual environment
python3 -m venv venv
# Activate the virtual environment
source venv/bin/activate
# Install ipykernel, which consists of IPython as well
pip install ipykernel
# Create a kernel that can use the venv inside
python -m ipykernel install --user --name=venv
# Install dependencies from requirements.in
pip install -r requirements.in
# Run Jupyter Lab to open the notebook
jupyter-lab