nteract / hydrogen

:atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.
https://nteract.gitbooks.io/hydrogen/
MIT License
3.93k stars 333 forks source link

support interactive HTML widgets like Gadfly and ipywidgets #27

Open willwhitney opened 9 years ago

willwhitney commented 9 years ago

...or anything else that uses scripts (e.g. itorch.Plot)

rgbkrk commented 9 years ago

Likely precursor upstream: https://github.com/ipython/ipywidgets/issues/13

RobSalzwedel commented 9 years ago

Yes please!!!!

n-riesco commented 8 years ago

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?

rgbkrk commented 8 years ago

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.

aviatesk commented 5 years ago

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.

wadethestealth commented 5 years ago

@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

aviatesk commented 5 years ago

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.

wadethestealth commented 5 years ago

@aviatesk the package would be similar to both plotly and mathjax which both had cst errors

kylebarron commented 4 years ago

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