to start :
- clone the code with ssh
- create a virtual environment: virtualenv -p python3 lm-env
- activate the virtual env: source lm-env/bin/activate
- install the required packages: pip install -r requirements.txt
- register the virtualenv with jupyter: python -m ipykernel install --name=lm-env
- run jupyter: jupyter notenook
- run the notebook and change the kernel to lm-env
- start coding