-
Notifications
You must be signed in to change notification settings - Fork 205
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
Comments
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 A while back I had started a python port of |
Have you made any progress on this issue since the question was first posed? |
+1 |
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? |
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. |
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.
The text was updated successfully, but these errors were encountered: