DB2-Samples / db2jupyter

Db2 JSON Examples using Jupyter Notebooks
Apache License 2.0
32 stars 42 forks source link

qgrid error #3

Open przytula opened 4 years ago

przytula commented 4 years ago

had a problem with qrid used with %sql -grid and having message Grid cannot be used to display data with duplicate column names. Use option -a or %sql OPTION DISPLAY PANDAS instead. George requested me to upgrade anaconda 🆗 later he requested me to manually upgrade qgrid = ok problem was corrected for an install of other package I upgraded anaconda again and now have same issue using qgrid qgrid is latest version : qgrid 1.3.1 python 3.7.6 _anaconda_depends 2020.02 py37_0 anaconda custom py37_1 how to resolve this problem again ? best regards, Guy Przytula

baklarz commented 4 years ago

You may have to install qgrid again. If this was an anaconda/conda upgrade it may have used a back-level qgrid version. When I install a new conda system, the qgrid module is at 1.0.0 so I know they don't have the latest code in their distribution.

Try pip install qgrid --upgrade or pip install qgrid==1.3.1 and let's see if that forces the correct version to be used by Jupyter.