# OnlinePythonTutor **Repository Path**: icbug/OnlinePythonTutor ## Basic Information - **Project Name**: OnlinePythonTutor - **Description**: Pythontutor 可视化 VISUALIZE CODE EXECUTION - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://pythontutor.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2021-06-26 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Python Tutor -- http://pythontutor.com [List of unsupported features and known bugs](https://github.com/pgbovine/OnlinePythonTutor/blob/master/unsupported-features.md) The latest development version of the code is in [v5-unity](v5-unity/), although lots of legacy documentation still resides in [v3](v3/). **本地运行方法** ``` pip install bottle # make sure the bottle webserver (http://bottlepy.org/) is installed cd OnlinePythonTutor/v5-unity/ python bottle_server.py ``` 本地运行地址查看: http://localhost:8003/visualize.html 实时编程本地地址: http://localhost:8003/live.html However, it can be hard to run your own visualizer locally for non-Python languages, since there are complex dependencies in v4-cokapi/ that I haven't yet cleanly packaged up. By default, the local version you run will *call my own server to run the non-Python backends*, so please be mindful of your bandwidth usage.