-
Notifications
You must be signed in to change notification settings - Fork 958
Closed
Labels
resolved-lockedClosed issues are locked after 30 days inactivity. Please open a new issue for related discussion.Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Description
Hello,
I've noticed that since version 5.0 it is not possible to set style parameters such as 'font-size' with the following syntax
from ipywidgets import widgets
w=widgets.Text("example",font_size=75)
display(w)
neither this way:
from ipywidgets import widgets
w=widgets.Text("example")
w.font_size=75
display(w)
What is the proper way?
I've found anything in the doc :-(
ankostis
Metadata
Metadata
Assignees
Labels
resolved-lockedClosed issues are locked after 30 days inactivity. Please open a new issue for related discussion.Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.