I realise the exact same question has been asked already however, the answers did not work for me: How do you setup processingJS on html?
I pasted exactly what was suggested but still no result. The processingjs website (http://processingjs.org/articles/jsQuickStart.html) gives the following advice:
<script src="processing-1.3.6.min.js"></script>
<canvas data-processing-sources="hello-web.pde"></canvas>
But it is not clear exactly how to use them for a newbie like me. Do I place them both in the HTML file or one in the linked .js file?
The purpose of this is that I am trying to learn by doing on the Khan Academy processingjs course.
Many thanks,