Yahtzee AI experiment
It is recommended to use pipenv. To install the environment, do the following:
pipenv install ipykernel
pipenv shell
python -m ipykernel install --user --name=`basename $VIRTUAL_ENV`If you don't already have Jupyter installed, do that by running
pip install jupyterAfter that you can start jupyter:
jupyter notebookThe requirements.txt file is dynamically generated using pip-tools. To
bump all dependencies to the latest versions run
pip-compile -U --output-file requirements.txt requirements.in requirements-dev.in