Lets say I have an Ipywidget widget which is created both on js and python side. But i want to send data to kernel without initializing my widget on jupyterlab notebook. I want to send data from javascript side of the widget. Because the widget is not ui component. I just want to be able to send some data to kernel or execute changehandler function that i declared on python side of the widget, so whenever i change data of the widget from js side, it will run that funciton with new data. (but still without initializing mywidget on notebook cell)
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Push variables to user's namespace through JupyterLab Widgets | 3 | 922 | March 6, 2020 | |
Using Jupyter Widgets on another kernels | 6 | 1236 | December 7, 2022 | |
How in Javascript to send a `comm_info` to the Kernel? | 1 | 584 | October 4, 2023 | |
Add code cell in JupyterLab from ipywidgets | 3 | 668 | June 28, 2022 | |
How to send output of jupyterlab-execute-time extension to kernel | 0 | 304 | November 5, 2023 |