Open xysheep opened 4 years ago
I'm experiencing the same issue in jupyerlab 2.0.0
Same issue, jupyterlab 1.2.6
Maybe conda package has not been updated with latest qgrid.
Can you try the pip-way?
The same for me.
Is this open source product supported any more? It looks like Quantopian no longer supports or updates the open source version.
I had the same problem with jupyter-lab 2.0.0 and qgrid2 1.1.3. After I followed the installation-instruction also for jupyter-notebook(!) it somehow worked also for jupyter-lab.
Hi @stvogel
Can you point me to what you did for jupyter-notebook? My qgrid tables don't get rendered when using Voila. Any suggestions, what is this with qgrid2?
Thanks, Sam
Hi @samiit ... I don't know exactly what I did, despite my descriptions (exactly following the installation-instructions). But since then I've switched to dtale, which is really great.
Danke Stefan @stvogel I am getting the qgrid table rendered in Voila for now (changing the index.js file as suggested elsewhere) but only using ipywidgets. Unfortunately, my attempts to render it using ipyvuetify are still not going that well, but may be I need to check more.
Thank you for introducing me to dtale. It looks good, and I will try it out soon. Sam
There is an forked fix for qrid that supports jupyter3 - https://github.com/8080labs/ipyslickgrid
Environment
Description of Issue
The script below is supposed to show a table.
But I got nothing except simply print:
I have checked with
jupyter labextension list
and got:Reproduction
I installed qgrid2 with the following commands:
Jupyter lab is hosted on a remote Linux server and visited with Chrome Browser in Windows.