1.1.0 • Published 7 years ago

gitbook-plugin-visualizer v1.1.0

Weekly downloads
10
License
-
Repository
github
Last release
7 years ago

Python visualizer for gitbook

Origins

This is a python visualizer ported from pythontutor.ru (it also has international version). Sources can be found on git.

This plugin is running now using backend server (for python executing) hosted by me. I don't guarantee that it will be working all time. If you want, you can start your server using //TODO sources. This is not complicated, all you need is python3 and bottle package.

I have in plans to port this to pure JS (like Brython) to run it with browser only, please contribute if you like.

Usage

Usage is quite simple, just let your book.json have

{
  "plugins": ["visualizer"]
}

and insert to your .md

{% visualizer %}

{% endvisualizer %}