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

Rendering htmlwidgets in Jupyter #144

Open
hafen opened this issue Aug 1, 2015 · 5 comments
Open

Rendering htmlwidgets in Jupyter #144

hafen opened this issue Aug 1, 2015 · 5 comments

Comments

@hafen
Copy link
Contributor

hafen commented Aug 1, 2015

I've been asked about the ability to render htmlwidgets in Jupyter. Seems like a good thing to provide general support for. I don't know much about Jupyter. If someone does and has an idea for how to handle it, this would be a good feature to add. If no one does, I can maybe research it in a few weeks.

@ramnathv
Copy link
Owner

ramnathv commented Aug 1, 2015

I have played with rendering in IPython notebooks, which is what Jupyter is based on. The challenge I have seen is that Jupyter uses backbone views to render interactive widget content. Moreover, dependency loading uses requirejs, which creates some additional challenges.

A while back I had started a python port of htmlwidgets. I need to clean the code up a bit before I put in on github. That would help address my broader albeit grandiose goal of writing widgets that can be bound from multiple languages (R, Python, Julia, Scala etc.)

@LienM
Copy link

LienM commented Oct 12, 2015

Have you made any progress on this issue since the question was first posed?
I'm not sure if I would be of any use, but I'd love to help.

@rcrezende
Copy link

+1

@tomsing1
Copy link

Any updates on this? Plotly is getting a lot of traction lately, and it would be great to have a nice way of embedding its output into Jupyter notebooks. Or are iframes the way forward?

@janxkoci
Copy link

FYI Python has the ipywidgets module, which works great in Jupyter (I've heard). But I'm an R guy, so it would be nice to have something like this working in Jupyter from R too.

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

6 participants