Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 476 Bytes

README.MD

File metadata and controls

19 lines (15 loc) · 476 Bytes

2018/2019 - Task List 10

Commands you will need

# 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!