Forks from the OnlinePythonTutor project.
Add the dockerfile, that you can deploy the pytutor in a container.
You can visit here: PyTutor
git pull https://github.com/seamile/PyTutor.git
cd PyTutor
docker build -t pytutor:latest .
docker run -d -p 8003:8003 pytutor