Releases: lorettahe/ipython-clojure
Releases · lorettahe/ipython-clojure
Making ipython-clojure java 7 friendly
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)))First release with uberjar
First attempted release of the uberjar directly rather than having the user wait on their own machine for the lengthy uberjar process.
Please download it into your desired location, and update ~/.ipython/profile_clojure/ipython_config.py to point to it accordingly.