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 jupyter
After that you can start jupyter:
jupyter notebook
The 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