Skip to content

Commit 03261e6

Browse files
committed
Update v3/docs/embedding-HOWTO.md
1 parent 1ab02ec commit 03261e6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

v3/docs/embedding-HOWTO.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,13 @@ by stepping forward and backward, but they cannot edit the code.
3232

3333
If the user wants to click the 'Edit code' button to edit the code, then they are
3434
brought to the [code editor page](http://pythontutor.com/visualize.html).
35+
36+
37+
## The Nitty-Gritty
38+
39+
Let's attempt to go [literate programming](http://en.wikipedia.org/wiki/Literate_programming) style now ... load up
40+
[v3/embedding-demo.html](https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/embedding-demo.html) in
41+
your browser to see a demo. And then view its source code and follow the instructions there, which should
42+
lead you to [v3/embedding-demo.js](https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/embedding-demo.js).
43+
44+
Everything you need to know should be in the demo code!

0 commit comments

Comments
 (0)