Not able to see holoviz panel output in local vsCode

489 Views Asked by At
*import panel as pn
file_input = pn.widgets.FileInput()
display(pn.panel(file_input))*

enter image description here

I also tried adding : pn.extension()
But got the following error: enter image description here

EXPECTING : enter image description here

1

There are 1 best solutions below

0
Curious On

Have a look at Mr. Mark's setup example notice you have to have a couple of extra modules installed to ensure Panel works with VsCode, namely jupyter_bokeh. There are other guides as well (official one for example)