You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to integrate a Tabulator into a Voila application as follows:
import pandas as pd
import panel as pn
pn.extension('tabulator')
df = pd.DataFrame(...)
df_widget = pn.ipywidget(pn.widgets.Tabulator(df))
I'm getting the following rendered error:
Failed to load model class 'BokehModel' from module '@bokeh/jupyter_bokeh'
And the following errors in the javascript console:
Plugin '@bokeh/jupyter_bokeh' failed to activate.
TypeError: No provider for: jupyter.extensions.jupyterWidgetRegistry.
Error: No version of module @bokeh/jupyter_bokeh is registered
I'm trying to integrate a Tabulator into a Voila application as follows:
I'm getting the following rendered error:
And the following errors in the javascript console:
The relevant package versions:
Anyone have an idea what might be going wrong here? Happy to redirect the query elsewhere if this isn't the right place. Thanks!
The text was updated successfully, but these errors were encountered: