Gilad PN
Gilad PN
@ddrinka @bryevdv I can confirm the above does work. Perhaps an even simpler solution is: ``` import panel as pn pn.extension() pn.config.comms = 'vscode' output_notebook() def app(): ''' this function...
@philippjfr @DonJayamanne I just checked. If I comment out the line ``` pn.config.comms = 'vscode' ``` in the sample above, then events are not propagated properly inside a vscode notebook....
@philippjfr @DonJayamanne @bryevdv @ddrinka Sorry to inform you, but this seems to have become broken once again. The only change AFAIK is in the versions, otherwise all the code is...
@hoxbro @philippjfr removing `output_notebook()` made it work for me as well. Is that change documented somewhere? Anyway, things work for me now. Bokeh 3.3.4 jupyter_bokeh 4.0.0 Panel 1.3.8 vscode 1.87.2...