incanter integration
Integrating incanter into ipython-clojure, and implementation of ipython-draw function to draw any instance of JFreeChart inline in notebook.
Example-usage:
(require '[incanter.core :refer :all])
(require '[incanter.stats :refer :all])
(require '[incanter.charts :refer :all])
(ipython-draw (histogram (sample-normal 1000)))