-
Notifications
You must be signed in to change notification settings - Fork 334
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
support interactive HTML widgets like Gadfly and ipywidgets #27
Comments
Likely precursor upstream: jupyter-widgets/ipywidgets#13 |
Yes please!!!! |
The CSP policy in Atom v1.6.0 doesn't allow the injection of scripts. @rgbkrk How about nteract? Are there any plans? |
We certainly plan to have it in nteract, though @jdfreder and I have only sketched out ways we can handle it. Seems like it might be worth seeing if Atom can let you create an iframe or a WebView. |
Do you guys think that this package may help ? https://github.com/atom/loophole |
@aviatesk all we need is the services api. I have a pr using the plugin api already. However we could be more like autocomplete and consume it |
Do you mean if there is a package that provides an interface to ipywidgets ? |
@aviatesk the package would be similar to both plotly and mathjax which both had cst errors |
Any suggestions in this line of thinking? I might test this out |
...or anything else that uses scripts (e.g.
itorch.Plot
)The text was updated successfully, but these errors were encountered: