/PyTutor

Forks from https://github.com/pgbovine/OnlinePythonTutor (V5-unity)

Primary LanguageJavaScriptMIT LicenseMIT

PyTutor

Forks from the OnlinePythonTutor project.

Add the dockerfile, that you can deploy the pytutor in a container.

You can visit here: PyTutor

Usage

git pull https://github.com/seamile/PyTutor.git
cd PyTutor
docker build -t pytutor:latest .
docker run -d -p 8003:8003 pytutor