Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-19 Thread Christopher Small
Quick note for posterity: Jaraj found a bug in the default credential path code (didn't work on mac) which he submitted a patch for and which I've just released as 1.4.1. So if you're on a mac and want to check out the `publish!` functionality, please update to 1.4.1. Thanks again Juraj!

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-19 Thread Juraj Martinka
Great, thanks for sharing! On Wednesday, 19 December 2018 05:31:25 UTC+1, Christopher Small wrote: > > > Hi Juraj > > Glad you have it working now! > > I mostly use oz from the Clojure REPL as an exploratory tool in my work on > Polis (see https://www.youtube.com/watch?v=2tBVMAm0-00). I have yet

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Christopher Small
EDIT: ...for the development of dynamic web applications. On Tuesday, December 18, 2018 at 8:31:25 PM UTC-8, Christopher Small wrote: > > > Hi Juraj > > Glad you have it working now! > > I mostly use oz from the Clojure REPL as an exploratory tool in my work on > Polis (see

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Christopher Small
Great to hear. Thanks for checking it out! On Tuesday, December 18, 2018 at 10:38:12 AM UTC-8, Alan Thompson wrote: > > Looks very nice. I will definitely be using this in the future. > Alan > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Christopher Small
Hi Juraj Glad you have it working now! I mostly use oz from the Clojure REPL as an exploratory tool in my work on Polis (see https://www.youtube.com/watch?v=2tBVMAm0-00). I have yet to use the Reagent API in a dynamic front end, but I have used Vega & Vega-Lite in a vanilla React app (see

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Juraj Martinka
Hi Chris and Boris, Thanks for the quick response. Here's the minimal example: https://github.com/jumarko/oz-sample It looks like a dependency conflict with something in my ~/.lein/profiles.clj If I run it via `lein repl` it fails. If I run it only with proflie then it works! lein with-profile

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Alan Thompson
Looks very nice. I will definitely be using this in the future. Alan On Tue, Dec 18, 2018 at 4:44 AM wrote: > Odd. The exact same code works for me. This is clojure 1.10/oz 1.4, and > evaluating the whole blob from lighttable. > > I had to call (oz/v! line-plot) again to get it to show the

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Christopher Small
Hi Juraj The code you pasted *should* work. If you're still having trouble with this, please raise a GH issue with all pertinent system/setup details so we can sort it out there: https://github.com/metasoarous/oz/issues. I can say that sometimes it takes a while for the websocket connection to

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread boris . schmid
Odd. The exact same code works for me. This is clojure 1.10/oz 1.4, and evaluating the whole blob from lighttable. I had to call (oz/v! line-plot) again to get it to show the figure, rather then the opening text. And you can leave out the (oz/start-plot-server!). It will start a server if it

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-18 Thread Juraj Martinka
I'd like to try this but got stuck pretty early: (ns clojure-repl-experiments.visualizations.oz (:require [oz.core :as oz])) (oz/start-plot-server!) (defn group-data [& names] (apply concat (for [n names] (map-indexed (fn [i x] {:x i :y x :col n}) (take 20 (repeatedly

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-17 Thread Christopher Small
Good catch! The examples page was split up into separate pages for Vega vs Vega-Lite, and I just updated the README to reflect this. Thanks for taking a look and letting me know! Chris On Monday, December 17, 2018 at 12:45:34 PM UTC-8, Colin Yates wrote: > > Looks great! The link to examples

Re: [ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-17 Thread Colin Yates
Looks great! The link to examples (https://vega.github.io/examples) 404s. Sent from my iPhone > On 17 Dec 2018, at 20:41, Christopher Small wrote: > > > Greetings! > > I'm happy to announce today the release of Oz 1.4.0. > > https://github.com/metasoarous/oz > > If you're on the Slack

[ANN] Oz 1.4.0 - Interactive data visualizations and scientific documents with Vega/Vega-Lite

2018-12-17 Thread Christopher Small
Greetings! I'm happy to announce today the release of Oz 1.4.0. https://github.com/metasoarous/oz If you're on the Slack #datascience channel, you may have already caught wind of some earlier versions. But in the interest of introducing it more broadly, I'm posting an overview here for those