Paddy Mullen

Results 99 comments of Paddy Mullen

FWIW In my own IPYwidget library buckaroo, I addressed some of this. Users frequently pip installed the library without restarting the server. This causes a JS error with no python...

Is there a writeup of that binning style? I found this. https://vega.github.io/vega-lite/docs/bin.html When I implemented binning for my project, I made an extra bin for the 1st and 99th percentile,...

I was trying to understand the project, the documentation is written to people who know they want to import data from tableau and tableauhyperapi isn't fast enough for them. There...

As I think about it, I'm trying to figure out if I will need to fork ipyreact to suit my needs. I'd prefer not to. I'm just thinking about plans...

I made this PR that documents my process. https://github.com/jupyterlite/xeus-python-demo/pull/45

Sorry, I missed this. I made some progress, I'm running into a different problem now, but still related to marimo. I'm not sure the best way to describe reproduction steps....

yes I am using the `_css` prop. What should I use instead?

A sample anywidget with different types of css inclusion, and how they behave in marimo vs jupyter would be helpful.

Ok. I will make some examples and play with some stuff to see what works and what doesn't soon.

I have tried a series of debugging steps Steps I tried included * trying the basic anywidget example. which worked. * pointing the `BuckarooWidget._css` at a hard coded fully specified...