Clojupyter 0.3.0 released

2020-01-17 Thread Klaus Harbo
Clojupyter-0.3.0 has been released. The focus of the release has been to improve the structure of the implementation, with a much larger share of pure functions resulting in improved testability and clearer separation of layers. The new kernel communicates with its environment exclusively usi

Clojupyter 0.3.0beta1 released

2020-01-06 Thread Klaus Harbo
Clojupyter-0.3.0 is now released as *beta1*. The focus of the release has been to improve the structure of the implementation, with a much larger share of pure functions resulting in improved testability and clearer separation of layers. The new kernel communicates with its environment exclus

Clojupyter 0.2.3 released

2019-08-23 Thread Klaus Harbo
Clojupyter-0.2.3 is now available on Github, Clojars, and Anaconda Cloud. Highlights from Changelog.md: - Add support for conda install of Clojupyter supporting installs on Linux, MacOS, and Windows - if you have Anaconda, all you have to do is conda install -c simplect clojupyter