forked from daveagp/java_visualize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 655 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Note! This repository is using a crufty old version of the visualizer
for embedding.
The reason for this is laziness, but specifically because there are
features of the Java Visualizer not yet supported on the main branch and
at pythontutor.com (as of the date of writing), in particular
command-line arguments and standard input.
As a result, this subdirectory has out-of-date copies from an old
version of the Python Tutor, which were then manually changed to be
Java-friendly.
For reference, the files in this directry were taken from
https://github.com/cemc/cscircles-wp-content
in the directory pybox/OnlinePythonTutor3-cemc
and then modified.