Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

"desktop" link fails when install.R and runtime.txt are added #13

Open
kozo2 opened this issue Dec 11, 2019 · 5 comments
Open

"desktop" link fails when install.R and runtime.txt are added #13

kozo2 opened this issue Dec 11, 2019 · 5 comments

Comments

@kozo2
Copy link

kozo2 commented Dec 11, 2019

When install.R and runtime.txt are added to the binder directory, the "desktop" link (noVNC) does not start well.
Do you have any ideas about this?

This works well.
https://github.com/kozo2/binder-cytoscape-desktop
https://mybinder.org/v2/gh/kozo2/binder-cytoscape-desktop/master

This does not work.
https://github.com/kozo2/binder-cytoscape-desktop/tree/notwork
https://mybinder.org/v2/gh/kozo2/binder-cytoscape-desktop/notwork

@fomightez
Copy link

I suspect it is because the addition of those, triggers adding in RStudio which is now using the nbserverproxy, perhaps? You'll note that the one that doesn't work, works for RStudio with rstudio instead of desktop.

Is the goal to have R running in the desktop,too?

@kozo2
Copy link
Author

kozo2 commented Dec 11, 2019

Thank you for your comment.
I don't understand the function of nbserverproxy and I need to understand it.

@kozo2
Copy link
Author

kozo2 commented Dec 11, 2019

My goal is

  1. Running xfce Desktop in Binder
    And
  2. Making RStudio server available like https://github.com/binder-examples/r
    in a Binder pod.

@fomightez
Copy link

Oops, sorry. According to here the proxying for RStudio is done by nbressionproxy.

@kozo2
Copy link
Author

kozo2 commented Dec 11, 2019

Thank you for information.
It seems I also need to learn about nbressionproxy and repo2docker.

yuvipanda added a commit that referenced this issue Jan 17, 2023
Remove apt.txt and refactor Dockerfile
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants