We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The companion package will be developed from the same repo.
It will:
id
The text was updated successfully, but these errors were encountered:
Posting more thoughts here for the companion package:
packages/jupyterlab-iframe-commands-host
packages/jupyterlab-iframe-commands-extension
lerna
demo
import { CommandBridge } from 'jupyterlab-iframe-commands-host'; const bridge = new CommandBridge({ iframeId: 'jupyterlab' }); await bridge.execute('test-command');
Sorry, something went wrong.
No branches or pull requests
The companion package will be developed from the same repo.
It will:
id
of an IFrame as parameter, to know to which IFrame to send messages toThe text was updated successfully, but these errors were encountered: