Fork me on GitHub
#data-science
<
2019-02-06
>
metasoarous20:02:18

Hi everyone. Just want to announce a new release of Oz, your Simple (TM) Clojure & ClojureScript data visualization library, built on Vega-Lite & Vega. This release (version 1.5.5), is a minor release featuring: • A bug report and fix for those of you wanting to use Oz from the Clojure CLI, thanks to @viesti :man-bowing: (related to differences in class path resolution of resources) • Some documentation improvements, particularly as relates to Jupyter integration Thanks for your attention, and please let me know if you have any questions or feedback! https://github.com/metasoarous/oz

👏 35
tothda21:02:50

Hi! I tried to run it in IClojure but got this error.

metasoarous22:02:33

Hmm... can you please open an issue for this? https://github.com/metasoarous/oz/issues

metasoarous22:02:44

Are you running with the official Docker image, or some other environment? I found it was tricky to get things to work on my Linux environment without the Docker image, due to issues on the Python/Conda side of things.

metasoarous22:02:04

If not I'd recommend trying with the Docker image if you're not already doing so.

tothda22:02:20

I'm running IClojure with the official docker image. docker run -p 8888:8888 cgrand/iclojure

metasoarous22:02:09

Thanks for reporting!

metasoarous20:02:02

OK; This is now fixed in Oz 1.5.6 Thanks again for reporting, and for your help debugging!