You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use metakernel to create jupyter kernel and connect to an application using REPLWrapper, is there a way to post some message in front end (may be in all front-ends) when there is no execution request from front end?
Example:
assume, notebook connect to my_test_kernel (which is a metakernel), my_test_kernel connect to my_app (using REPLWrapper)
notebook <-> my_test_kernel <-> my_app
after some event (e.g after every 10 seconds) in my_app, how to display some message in the notebook (may be in all front-ends connected to it)
The text was updated successfully, but these errors were encountered:
If I use metakernel to create jupyter kernel and connect to an application using REPLWrapper, is there a way to post some message in front end (may be in all front-ends) when there is no execution request from front end?
Example:
assume, notebook connect to my_test_kernel (which is a metakernel), my_test_kernel connect to my_app (using REPLWrapper)
notebook <-> my_test_kernel <-> my_app
after some event (e.g after every 10 seconds) in my_app, how to display some message in the notebook (may be in all front-ends connected to it)
The text was updated successfully, but these errors were encountered: