jupyter-desktop-server icon indicating copy to clipboard operation
jupyter-desktop-server copied to clipboard

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

Open kozo2 opened this issue 5 years ago • 5 comments

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

kozo2 avatar Dec 11 '19 16:12 kozo2

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?

fomightez avatar Dec 11 '19 18:12 fomightez

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

kozo2 avatar Dec 11 '19 18:12 kozo2

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.

kozo2 avatar Dec 11 '19 18:12 kozo2

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

fomightez avatar Dec 11 '19 18:12 fomightez

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

kozo2 avatar Dec 11 '19 18:12 kozo2