-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show_grid shows Loading Widget forever #259
Comments
@EricCacciavillani Same problem here! Did you find a solution? |
Nope still having the same issue. I want to add this to workflow, but I can't seem to get it working correctly. I will keep trying to come back to this post; let me know if more people are also getting this error; maybe we can all come together and try to debug it : ). (Sorry in advance for not responding back @Nestak2 the I must have missed the notification.) |
I kind of love this other project I found: https://pypi.org/project/pandasgui/. In case anyone else who is having this problem would like to give it a shot. |
I don't know if this helps anyone but I managed to get things working with QGrid 1.2.0 + JupyterLab 1.2.6. I installed qgrid and the labextension from the source by cloning the git respository:
However, before that I had to change the version number in the |
I continued the research. The same issue can be found for a bunch of other JupyterLab widgets and I think it is related to the widget version in |
for windows had to include |
I believe that the issue in #259 (comment) should no longer be present. Please reopen if you continue to have problems on the latest qgrid. |
Doesn't work for me. I have Mac OS X Capitan, Jupyter 1.2.6, and still displaying:
|
I'm having this issue, Ubunty 20.04, Intel i7. Jupyter lab 3.x I just installed qgrid using pip. |
Environment
$ python 3.6
JupterLab Extensions.txt
(Which for whatever reason say that don't exist but I definitely put them in.)
Description of Issue
Reproduction Steps
What steps have you taken to resolve this already?
...
Anything else?
I am trying to embed this into another project I am working on. By any chance can I get access to the features and there associated filtered values that are to create the new DataFrame?
Ex:
Filtered Feature:
Age:
-----"<":
----------60
-----">":
----------5
...
The text was updated successfully, but these errors were encountered: