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
For the first version, the JupyterLab extension defines an API for accessing commands, and exposes it to the host page with Comlink's expose helper.
At some point in the future, it may be interesting to enable communication the other way around: the host exposes an API, and the extension is able to call it at any time during the application lifecycle.
Posting here some notes on how this could be achieved with the comlink API.
For the first version, the JupyterLab extension defines an API for accessing commands, and exposes it to the host page with Comlink's
expose
helper.At some point in the future, it may be interesting to enable communication the other way around: the host exposes an API, and the extension is able to call it at any time during the application lifecycle.
Posting here some notes on how this could be achieved with the
comlink
API.Host
IFrame
The text was updated successfully, but these errors were encountered: