Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

widgets and pane not shown #4749

Closed
gorkir opened this issue Apr 29, 2023 · 3 comments
Closed

widgets and pane not shown #4749

gorkir opened this issue Apr 29, 2023 · 3 comments
Milestone

Comments

@gorkir
Copy link

gorkir commented Apr 29, 2023

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)

@philippjfr
Copy link
Member

I'm working on improving this workflow before full release but can you try following these steps:

  1. Close all but on JupyterLab tab
  2. Restart and Clear all outputs

Screen Shot 2023-04-30 at 19 41 06

3. Save the notebook 4. Reload the browser page 5. Rerun the notebook

@gorkir
Copy link
Author

gorkir commented Apr 30, 2023

Yes, it works.
Thanks

@philippjfr philippjfr added this to the v1.0.0 milestone May 2, 2023
@philippjfr
Copy link
Member

Should be fixed permanently by #4752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants