quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.05k stars 422 forks source link

Update qgrid on npm / unpkg (v1.3.1) #327

Open vsavenkov opened 4 years ago

vsavenkov commented 4 years ago

Environment

Description of Issue

When used with voila, it is often convenient to let qgrid fall back to unpkg.com for downloading the qgrid.js file. For qgrid 1.3.1, it is qgrid.js@1.1.3. However, the latest version on npm still seems to be 1.1.1, and thus the fallback fails.

Is it planned to update the npm package?

jeffyjefflabs commented 4 years ago

Might also be the qgrid vs qgrid2 issue discussed in https://github.com/quantopian/qgrid/issues/312 (and previously in https://github.com/quantopian/qgrid/pull/288) -- I see that https://unpkg.com/qgrid2@1.1.3/dist/index.js does exist.

ricky-lim commented 4 years ago

any update on this issue ? https://unpkg.com/qgrid2@1.1.3/dist/index.js ?