Visualize Python, Java, JavaScript, TypeScript, Ruby, C, and C++ code execution in your Web browser.
10K+
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
Access the instance on http://localhost:8003/index.html
Content type
Image
Digest
Size
82.2 MB
Last updated
over 5 years ago
docker pull lanhuermao/pytutor