qgrid==1.0.5, jupyterlab==0.32.1, notebook==5.3.1
jupyterlab-manager v0.35.0, qgrid v1.0.5
What did you expect to happen?
I expected to view the DataFrame similar to __repr_html__
.
What happened instead?
An error from qgrid.grid._update_df
when it calls .map(str)
'ascii' codec can't encode characters in position 16-18: ordinal not in range(128)
import qgrid x = pd.DataFrame({'alias': u'柏林市'}, index=[0]) display(x) qg = qgrid.show_grid(tmp, grid_options={'editable': False})What steps have you taken to resolve this already?
I tried setting 'editable' : False
hoping that that would not call _update_df
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4