Is there any example on prebuilt extension?

Hi,
I am interested a self-contained example on prebuilt extension.

I followed the docs here: Custom extensions โ€” Bokeh 3.7.3 Documentation

But there are some missing pieces:
For example,

  • Where to put the python file?
  • How to have bokeh aware of this extension?

Wondering if there is a minimal working example on prebuilt extension?

This was a capability added by the Holoviz team to support some specific use-cases they had downstream. Unfortunately it has never really gotten attention beyond those immediate needs in order to develop it to a proper documented, user-facing feature. cc @Philipp_Rudiger @mateusz @James_A_Bednar1 in case they might be able to point to some useful code or resources.

Thanks Bryan. Just add more context.

The non-prebuilt extensions works fine. But it does not have ide support since there is no tsconfig.

This one might be a good example: panel-highcharts/src/panel_highcharts/tsconfig.json at main ยท awesome-panel/panel-highcharts ยท GitHub
I will follow this.

1 Like