-
Notifications
You must be signed in to change notification settings - Fork 24
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
Use Shiny with Zeppelin-R #18
Comments
Great! Thanks! The way shiny works, there has to be a websockets connection to a running R session. The first issue to deal with is whether we can reuse the same R session for both shiny and Zeppelin. I believe the answer is "no," but I'm not sure. If not, then we need a mechanism for launching separate R processes to run each shiny app. Then, we also need to modify Zeppelin so that web socket connections to the appropriate ports can get proxied back to the shiny instance. I'm not sure how much else will be required, but that's definitely the starting point. Let me know if you'd like to speak on gitter or what have you.
|
Hi |
Sorry but I personally use Django, Flask and D3 now
So d3 works well with zeppelin
…On Tue, Oct 31, 2017 at 11:59 AM saahilguptaq ***@***.***> wrote:
Hi
Any updates on R Shiny integration with Zeppelin? Is it possible now?
Help/ Guidance/ Directions will be greatly appreciated. @elbamos
<https://github.com/elbamos> @akshayprakash
<https://github.com/akshayprakash>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJwwLMVTtGa0txfqOqtvmSZ6Hlhc9ccJks5sx0PwgaJpZM4IfdmK>
.
|
Havent looked at it in years.
… On Oct 31, 2017, at 8:59 AM, saahilguptaq ***@***.***> wrote:
Hi
Any updates on R Shiny integration with Zeppelin? Is it possible now?
Help/ Guidance/ Directions will be greatly appreciated. @elbamos @akshayprakash
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, Has there been any updated on the R - Shiny integration with Zeppelin? Any guidance that can be provided would be very appreciated. Thanks |
Hi Elbamos,
I really want Shiny to work with your Zeppelin-R notebook. I know you had told everyone that you need help with writing the code for Shiny and ggvis.
I will be happy to help your write the necessary code to enable Shiny to work with R. If you could guide me with what you need and help me conceptually, I would love to do this for you...
The text was updated successfully, but these errors were encountered: