Is it possible to give a jupyter notebook widget the focus? I can't see documentation or hints in the code about this?
using ipywidgets in jupyter notebook: how to set focus?
Asked Answered
I believe there is a pull request regarding this issue and in this commit you can actually see it in code. Since this PR is already merged I hope it will be out in the upcoming ipywidgets 8.0.
It's available via .focus()
but not to all widgets yet it seems.
© 2022 - 2024 — McMap. All rights reserved.