Can I somehow change the name and version of the widget in ipywidgets? It always appears as "anywidget" in jupyter lab installed extensions: <img width="296" height="413" alt="Image" src="https://github.com/user-attachments/assets/0defa08e-05aa-4d62-bf2f-74aaf7db35c9" /> Is there any way to customize this? To me it looks like this is hardcoded here(?) * https://github.com/manzt/anywidget/blob/main/anywidget/widget.py#L28 * https://github.com/manzt/anywidget/blob/main/anywidget/_descriptor.py#L86 * https://github.com/manzt/anywidget/blob/main/packages/anywidget/src/widget.js#L498