besides install the package, is there any requirement package to be updated? (panel or bokeh?) since I just install panel-copy-paste and run in my enviro look like it doesn’t work, however when I try using your example from live demo web(PyCafe - Panel - A refererence app for the panel-copy-paste Python package), it works. I am wondering if there is specific setup or requirement needed so I can replicate that.
button for paste is not working both to tabulator and editor
I can paste to editor directly using mouse or using keyboard (ctrl-v) but not with button
paste to dataframe to tabulator seem not working whether from mouse/keyboard or from button
using pycafe demo looks like work as expected
Kindly please advice if need to have special tabulator version.
Note previously tabulator not installed in my enviro but there is no error occur, probably for the next version need to add error if that library need.
I solve the problem with make server become secure server so your tools is work as expected.
serve panel as secure web:
–ssl-certfile CERTFILE Absolute path to a certificate file for SSL termination
–ssl-keyfile KEYFILE Absolute path to a private key file for SSL termination