Bryan Van de Ven
Bryan Van de Ven
The env is still only confgured for phantomjs, tho `!conda` installing gecko/FF from a notebook cell does not seem suffient to get things working on binder (driver not found)
@hafen FYI Bokeh 1.0 has been released. Let me know if I can help get an updated RBokeh ready (I will not be around most of November, but can help...
Currently two string columns can be "horizontally" concatenated (i.e. element-wise). There is not a libcudf `concatenate` that takes a single scalar prefix and a string column. However it seems that...
Are there any instances where users *must* interact directly with `Column` or `Table`? If not I would propose considering them implementation details and removing them from the documentation in order...
I actually haven't been able to find any docs/examples for `collect` but there is useful background discussion in the issue https://github.com/rapidsai/cudf/issues/5620
> when we return a new DataFrame from one of our internal methods, we don't need to do the column length checks etc.
This PR refreshes all the gallery thumbnails with new 300x300 thumbnails that are taken from current versions of the plots. The naming scheme for the gallery images has also become...
ref: https://docs.bokeh.org/en/dev-3.0/docs/examples/plotting/jitter.html The "jitter" plot has no jitter applied. cc @mattpap not sure what is going on, since another jitter example *is* working: https://docs.bokeh.org/en/dev-3.0/docs/examples/plotting/categorical_scatter_jitter.html
ref: https://docs.bokeh.org/en/dev-3.0/docs/examples/models/iris_splom.html
Similar to other plotting libraries, the Box zoom and selection tools should have an "auto" mode where moving very little in one direction activates the "full-range" mode in the cross...