jupyter-widgets / ipywidgets

Interactive Widgets for the Jupyter Notebook

Home Page:https://ipywidgets.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending message from javascript view class to python not working

garsonbyte opened this issue · comments

Hi, I started to create a custom widget and I'm having trouble using getting events/messages from the javascript frontend.

image
I'm sending a message here in the WidgetView

On the python side, I'm doing something like this
image
However, it's unable to hit the handle event function and was wondering what I'm doing wrong here.

Closing as I'm able to now see the statement under the notebook logs