quantopian / qgrid

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

Internet connection required for qgrid 1.1.3 #382

Open dvirginz opened 1 year ago

dvirginz commented 1 year ago

Hi,

We are working on an air-gapped system, which means that we do not have an internet connection inside our working environment. Since the last update, qgrid does not seem to work without an internet connection. The error at hand is "Error loading qgrid:1.1.3. Internet connection is required for loading 3rd party widgets". The error only happens with qgrid. Any ideas?

Thank you!

ankostis commented 1 year ago

There is a new QGrid "fork" (the same codebase just not git-cloned) that works with all latest jupyter machinery, minus ipywidgets-8+:

https://github.com/JohnOmernik/qgrid

It was packaged with all NPM dependencies in wheels, and works out of the box.