Skip to content
New issue

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

Trigger JupyterLab extension from a command in the notebook #5786

Open
edgano opened this issue Dec 19, 2018 · 0 comments
Open

Trigger JupyterLab extension from a command in the notebook #5786

edgano opened this issue Dec 19, 2018 · 0 comments
Milestone

Comments

@edgano
Copy link

edgano commented Dec 19, 2018

The idea is the possibility to trigger an extension (HTML viewer) when the user write something like open http://

We talk on gitter and @ellisonbg propose a mime render to take the JSON from the kernel.

With what I read before, my idea was:

  • Identify the command sintax (open http) in the kernel
  • Send a message in IOPub from the kernel
  • Capture the msg in JupyterLab and trigger the extension
@jasongrout jasongrout added this to the Future milestone Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants