Doris Lee
Doris Lee
Thanks @cgarciae! This makes sense, we can slowly add the tests back in to test a subset of the functionality one at a time.
> @dorisjlee In this test, after `df.lux.intent = ["Attrition"]` it results in `df.current_vis` being non-empty, `new_df` copies `current_vis` and on the last assertion its still not empty. At which point...
Hi @AlohaPropolis, Thanks for reporting this issue! This was an old problem that we fixed in a [recent version of Lux](https://github.com/lux-org/lux-widget/pull/102). If you are still experiencing this issue, can you...
Hi @oneryigit, Thanks for filing this issue. Could you take a screenshot of what you're seeing? It would also be good to check what version of lux you are using....
Thanks @jerrysong1324! This looks like a great first start. Here are a couple of suggestions on possible ways of improving the UI: - I've noticed that some of the code...
Hi @eavidan, Thank you for reporting this issue! I made a temporary fix to resolve this issue. For now, you could try out Lux with [Binder for JupyterLab here](https://mybinder.org/v2/gh/lux-org/lux-binder/master?urlpath=lab/tree/demo/employee_demo.ipynb)!
Hey @willeppy, My temporary fix was simply to add an additional folder with the `package.json` (`luxwidget/labextension/package.json`), and it seems to work for JupyterLab. Are you using JupyterLab or Jupyter Notebook...
Hey @willeppy, I just tested this in a fresh virtualenv: ``` pip install lux-api jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension install luxwidget ``` and it is working in the jupyter...
[Jupyter notebook Binder link](https://mybinder.org/v2/gh/lux-org/lux-binder/master?urlpath=tree/exercise) not working. We still need to debug this.
The code changes look great. It seems like `test_maintainence.py` is failing because the 10k row sample is probably not sufficient for these use cases. The sampling can be problematic for...