-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Hi,
itables is a great library! Idea to use jquery datatables is great.
Somehow it's not renedered well when using ipywidgets.HTML. Could you help me to debug it? The notebook is trusted, I've tried all the combinations of connected = False, True. No luck
from IPython.core.display import HTML
import pandas as pd
import itables
df = pd.DataFrame({'col1': [1, 2], 'col2': [3, 4]})
HTML(itables.to_html_datatable(df, paging=False,connected=True))^^ proper sortable itable
from ipywidgets import widgets
widgets.HTML(itables.to_html_datatable(df, paging=False,connected=True))loading forever. Sometimes (sic!) it does load but i haven't figured out why and how to reproduce it
itables==2.0.1
ipywidgets==8.1.2
tried Chrome and Safari
Macbook Pro M1
Metadata
Metadata
Assignees
Labels
No labels