- Choose a competition from this repository to work on
- in the following text replace <competition> by the chosen competition
git clone [email protected]:alexgawrilow/kaggle.git
- Make sure poetry is installed on your system
cd kaggle/<competition>
poetry install
source .venv/bin/activate
ipython kernel install --user --name=<competition>
jupyter notebook
When creating a new jupyter notebook, choose the created kernel