Skip to content
eyalfir edited this page Jul 30, 2014 · 2 revisions

Setup Instructions

  1. Start ipython (version >= 1.2.1) kernel. Use ipython console to create a kernel with an REPL shell.

$> ipython console

  1. On a different terminal start IPWatch

$> IPWatch

  1. In the main terminal, import json and set _watches global

In [1]: import json

In [2]: _watches = [{'text':'Hello,'}, {'new_line':1}, {'text':'World!'}]

Clone this wiki locally