Saptarshi Guha

Results 5 comments of Saptarshi Guha

For example, i forked the repo and added this ``` mark_rule % encode_color("symbol","nominal") %>% mark_line() p3 % encode_y("price", "quantitative",aggregate='mean') %>% encode_size(value=2) %>% encode_color("symbol", "nominal") %>% mark_rule() from_spec( sprintf("{\"layer\":[%s]}", paste(to_spec(p2)[[1]], to_spec(p3)[[1]],sep=",",collapse="")))...

Yes, API design is difficult. As a stop gap, is there a way to return composable JSON that i could combine using list statements and then recombine into vega using...

Thank you for the update. Let me try using reticulate On Sat, Jul 23, 2022 at 8:00 PM Bryan Van de Ven ***@***.***> wrote: > Hi @saptarshiguha rbokeh has not...

I spoke too soon. I did install ipcluster, (very easy), but when i knitted things, i got this error `Version mismatch: /mnt/anaconda2/bin/ipython has version 2, but /mnt/anaconda2/bin/ipcluster is of version...

The knitron package works very well, and the version mismatch message is printed because the equality check [in](https://github.com/fhirschmann/knitron/blob/master/R/knitron.R#L59) gets thrown off because the output in ipcluster_version is `> ipcluster_version [1]...