Is it possible to use Panel in Google Colaboratory. I can get it to work with
!pip install hvplot
!pip install panel
at the top of the notebook, and everything runs OK … but I don’t get any other output (other than stuff I can print() out).
Thanks for any help,
Chris