Closed pmeier closed 1 month ago
We currently have a few instances of panel in the PoC
panel
https://github.com/bokeh/bokeh-fastapi/blob/23aa48d919f0221ea4a0c987e9bf9cb444749a08/test.py#L187-L192
which is called by
https://github.com/bokeh/bokeh-fastapi/blob/23aa48d919f0221ea4a0c987e9bf9cb444749a08/test.py#L202-L204
We need to get rid of these and either
bokeh
My plan would be to simple skip that branch and let Panel construct the applications before calling into bokeh-fastapi.
bokeh-fastapi
We currently have a few instances of
panel
in the PoChttps://github.com/bokeh/bokeh-fastapi/blob/23aa48d919f0221ea4a0c987e9bf9cb444749a08/test.py#L187-L192
which is called by
https://github.com/bokeh/bokeh-fastapi/blob/23aa48d919f0221ea4a0c987e9bf9cb444749a08/test.py#L202-L204
We need to get rid of these and either
bokeh