# Put up docker
docker-compose up -d
# Follow logs
docker-compose logs -f
# Stop docker
docker-compose stop
# Remove container
docker-compose rm -fs
After start iPython will be available at http://localhost:8888
Enter notebook Task List 10 and follow instructions
Reamember to commit and push changes to the repository!