Hi,
I am building an interactive app with reactive to the selection which it will be doing filtering on one of the column in dataframe, say ticker list. I following the steps mentioned in Bokeh documentation but it doesn't seem to work on CodeBook.
https://github.com/bokeh/bokeh/blob/2.3.2/examples/howto/server_embed/notebook_embed.ipynb
When I run it on jupyter notebook, it works though. Any idea how to make embedded chart working in CodeBook?
Thanks