# PyTutor **Repository Path**: guznwang/PyTutor ## Basic Information - **Project Name**: PyTutor - **Description**: python运行过程可视化浏览 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-08 - **Last Updated**: 2021-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python运行可视化 # PyTutor Forks from the [OnlinePythonTutor](https://github.com/pgbovine/OnlinePythonTutor) project. Add the dockerfile, that you can deploy the pytutor in a container. You can visit here: [PyTutor](http://py.seamile.cn/) ## Usage ### docker ```shell git pull https://github.com/seamile/PyTutor.git cd PyTutor docker build -t pytutor:latest . docker run -d -p 8080:8080 pytutor ``` 浏览器访问: http://127.0.0.1:8080/visualize.html ### 使用python环境 运行 ```bash python bottle_server.py ``` 然后浏览器访问: http://127.0.0.1:8080/visualize.html