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

ipywidgets: GridBox doesn't work in cocalc-jupyter. #5224

Closed
williamstein opened this issue Feb 27, 2021 · 1 comment
Closed

ipywidgets: GridBox doesn't work in cocalc-jupyter. #5224

williamstein opened this issue Feb 27, 2021 · 1 comment

Comments

@williamstein
Copy link
Contributor

  1. Paste this into cocalc-jupyter with the python3 kernel:
import ipywidgets as ws
buttons = [ws.Button(description='Button '+str(i)) for i in range(5)]
print('start display')
display(ws.GridBox(buttons))
print('end display')
  1. See this:
    image

Note in the Javascript console that there is an infinite recursion.

@williamstein
Copy link
Contributor Author

Note -- this patch doesn't fully implement GridBox -- it just makes it not crash. See #5228

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

No branches or pull requests

1 participant