Skip to content

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

@williamstein

Description

@williamstein
  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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions