Loading Ipywidgets extension seems to break Tabulator widget

Hello,
Since the release of Panel 1.6.2, my Panel app won’t load correctly. The error is :
“Error rendering Bokeh items: ReferenceError: Tabulator is not defined”

There is a bug filled at Tabulator does not work when ipywidgets extension is enabled · Issue #8091 · holoviz/panel · GitHub since July 2025.

Is there any workaround or fix to this issues ?

Thank

This issue has been fixed by this pull request and will be release with version 1.8.4:
Ipywigets and Tabulator extensions not working if both loaded #8308