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

Ensure live notebooks work with Holoviz Panel widget library #1659

Open
parkey opened this issue Nov 20, 2024 · 0 comments
Open

Ensure live notebooks work with Holoviz Panel widget library #1659

parkey opened this issue Nov 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@parkey
Copy link

parkey commented Nov 20, 2024

Holoviz widget library does not work with thebe in browser

In this example, the roundtrip to the server does not work, although the javascript widgets are correctly rendered.

Myst version: 1.3.18

Panel version: 1.5.4

PyPi package name: panel

import panel as pn
pn.extension()

def press(e):
    edit.value = 'hello'

edit = pn.widgets.input.TextInput()
btn = pn.widgets.Button(name='press')
btn.on_click(press)

display(edit, btn)
@parkey parkey added the bug Something isn't working label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant