You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have installed panel version 1.0 and found that in Jupyter-lab widgets and pane not show.
I read the sugestions about "For versions of jupyterlab>=3.0 the necessary extension is automatically bundled in the pyviz_comms package, which must be >=2.0." . The version of Jupyter-lab is 3.5 and of the pacjkage pyviz_comms 2.0.2.
Example from panel dev website:
import panel as pn
pn.extension()
pane = pn.panel('Here is some custom HTML')
pane
The pane is not shown, but when I run
print(pane)
is shown
Markdown(str)
The text was updated successfully, but these errors were encountered:
Hi, I have installed panel version 1.0 and found that in Jupyter-lab widgets and pane not show.
I read the sugestions about "For versions of jupyterlab>=3.0 the necessary extension is automatically bundled in the pyviz_comms package, which must be >=2.0." . The version of Jupyter-lab is 3.5 and of the pacjkage pyviz_comms 2.0.2.
Example from panel dev website:
import panel as pn
pn.extension()
pane = pn.panel('Here is some custom HTML')
pane
The pane is not shown, but when I run
print(pane)
is shown
Markdown(str)
The text was updated successfully, but these errors were encountered: