qgrid on Google Colab?
Has anybody been able to to make Qgrid work on google colab? Thanks.
I'd also be interested to get qgrid to display in Google Colab and in Kaggle Kernels.
I am able to get basic ipywidgets to work but not qgrid. Note I am also trying to get bqplot to work (where the Figure object is also a subclass of ipywidgets widget) with no luck.
On Google Colab

On Kaggle kernel
Following a successful
!pip install qgrid
!jupyter nbextension enable --py --sys-prefix widgetsnbextension
!jupyter nbextension enable --py --sys-prefix qgrid

I made a PR to the kaggle python Dockerfile to include qgrid and bqplot but it's not helpful if we can't get them to display 😢 .
Also having trouble... after folowing above (and also trying pip install qgrid --user)
!pip install qgrid --user !jupyter nbextension enable --py --sys-prefix widgetsnbextension !jupyter nbextension enable --py --sys-prefix qgrid
I get the following error
Enabling notebook extension jupyter-js-widgets/extension...
- Validating: OK
Traceback (most recent call last):
File "/usr/local/bin/jupyter-nbextension", line 8, in
Looks like they've got wheels in motion
Here's an example of it working: https://colab.research.google.com/gist/blois/3b36d0aa4c32d2ecc71e9208c32cf333/qgrid.ipynb
Here's an example of it working: https://colab.research.google.com/gist/blois/3b36d0aa4c32d2ecc71e9208c32cf333/qgrid.ipynb
It looks like this did work, but I can't get a qgrid widget to appear on Colab today. Not with qgrid 1.1.1 or 1.3.1. Anyone have a working example?