Joel Ostblom

Results 556 comments of Joel Ostblom

I just tried this in both VS Code 1.86.0-insider and jupyterlab 4. For me it works fine with the HTML renderer in both environments. Could you try updating VS code...

> Edit: I just realized that the issue only occurs when using remote-ssh, in my case to a headless Linux machine. otherwise, the plot comes through fine. Also, the plot...

I agree that having a public method for this would be convenient and I like your suggestion. I think it would be preferred over something like `jchart.update_data('a0e7a86c692327a18bbeb2464725124c', df_update.to_dict("records")` since users...

You're right Jon, when building locally it looks good: ![image](https://github.com/altair-viz/altair/assets/4560057/80d50c83-82fe-43b9-8c2f-b1fe4c30128d)

I do think this would be helpful; I often find it hard to troublshoot when I get lost halfway through something. Although recently I have started becoming more acquainted with...

It's because you can't do the computation inside the encoding, is need to be in a `transform_calculate` (only some aggregate computation are supported directly in the encoding string). If you...

I think it would be nice to use vegafusion and vl-convert more by default in altair, e.g. enabling the vegafusion transformer as the default transformer and offline mode by default...

Separating into two issues sounds good :+1: For the packaging part, I'm on board with using `extra_requires` and keeping `altair` as the base with `altair[all]` being all optional dependencies (and...

Good note on `anywidget`, I agree that should be included and your list looks great to me. I don't have any problematic dependencies in altair_ally at the moment, but I...

Related to packaging, I PRed an altair recipe into the default pyodide image in https://github.com/pyodide/pyodide/pull/4580. The pyodide devs were very helpful and seem open to new packages being added, so...