-
Notifications
You must be signed in to change notification settings - Fork 86
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
Rstudio integration to Jupyterhub (z2jh) #73
Comments
@navneetkrverma You seem to be mixing up two different methods. For the |
Thanks for information @ablekh. I am not looking for launching rstudio from kernel. I want to launch it as part of profile list served to jupterhub spawner. S yes, i got clarity, i should not be installing jupyter-rsession-proxy. Thanks for suggestion to use triple backticks, updated that. |
@navneetkrverma You're welcome. I think that you still need Re: how to build your custom Docker image - see documentation: https://repo2docker.readthedocs.io (including this section: https://repo2docker.readthedocs.io/en/latest/howto/user_interface.html#rstudio). |
I've built an RStudio image that presents as an option in a z2jh spawner options page and launches successfully. The docker image is here. This is a sample bash script that deploys the helm script and then updates the values.yaml. It's suited to my purposes, but maybe it will help you? |
Thank you @riazarbi for sharing your knowledge and insight. |
Hi @navneetkrverma did it work? |
I have installed jupyterhub on linux box using z2jh guide. i have configured multiple profile lists and i am able to work with the profiles given on z2jh document. (https://zero-to-jupyterhub.readthedocs.io/en/latest/user-environment.html#using-multiple-profiles-to-let-users-select-their-environment).
I have followed #990 and #69 to set it up.
However, when i tried the issue threads to add one more image for Rstudio in jupyter hub; it did not work for me and i keep getting 404 as follows:
Steps which i followed:
1.) install and run z2jh
2.) sl config.yaml in step 1
3.) login to jh, and i see the options from profile list
4.) choosing rstudio and click on spawn
**5.) rstudio dockerfile content **
@mathematicalmichael @trallard @ablekh can you please help me out here?
Thanks
The text was updated successfully, but these errors were encountered: