Thanks to Grant's awesome work on pull request #122, we now have sweet python consoles available to us- and not just on the console page. Check a runnable version of Zach's Zuperman code:
To include a console in your own posts, you'll need two 'include' statements:
{% include python %}
{% include endpython %}
It's as easy as that! Behind the scenes, those include statements are pulling in code that Grant wrote that loads everything we need for one of these consoles. Awesome!
Note that only one console per page will work for now.
Happy coding!