Open willwhitney opened 9 years ago
Likely precursor upstream: https://github.com/ipython/ipywidgets/issues/13
Yes please!!!!
The CSP policy in Atom v1.6.0 doesn't allow the injection of scripts. Will interactive HTML widgets in Atom ever be possible?
@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 I'm not sure how to apply this to our React components though.
@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 ?
If so, I think the package would use @nteract/widgets
and it would still cause CST error.
@aviatesk the package would be similar to both plotly and mathjax which both had cst errors
Seems like it might be worth seeing if Atom can let you create an iframe or a WebView.
Any suggestions in this line of thinking? I might test this out
...or anything else that uses scripts (e.g.
itorch.Plot
)