Will Epperson

Results 13 comments of Will Epperson

Right, if there was caching or if all the visualizations in the widget could reference the same copy of the data. Right now if there are 4 action tabs with...

Hey @dorisjlee did you find out what was causing this? I'm running into a similar issue where it can't find package.json when I have made changes to luxwidget and then...

I've been testing locally with jupyter lab and it works fine. The issue is coming up when I try to install both my version of lux and luxwidget in a...

Sorry for my slow response and thanks for your help on this. Running `pynndescent.NNDescent(vector)` has same behavior depending on import order with torch. BUT it works for me if I...

> > Maybe something like this might help for now (although quite brittle): [jupyterlab/jupyterlab#13080 (comment)](https://github.com/jupyterlab/jupyterlab/issues/13080#issuecomment-1270610006) > > A helpful workaround, indeed, thanks! +1 for adding more examples! Especially on where...

One follow up comment to this is that I quite like that the default behavior for bars is to actually plot the nulls: ```js await vg .coordinator() .exec( vg.loadObjects("testData", [...

https://jupyterlab.readthedocs.io/en/latest/extension/extension_migration.html#api-breaking-changes has some info but nothing really helpful about API changes Im having issues with

Hey! We've got this in the works but might be a little before released, will circle back here and make announcement when it's available

So I dont know the name of the algorithm they use in vega, right now in AutoProfiler we use equal width bins. This issue was about doing something smarter to...

Thanks for finding spelling error! I think singletons is great idea since youre right this info is a big redundant with the unique values right now. My code interpretation of...