Case:
- You use the Openscapes R image.
- You open a terminal in \lab versus \rstudio
In rstudio, ~ is \home\jovyan
In jupyterlab, ~ is \home\rstudio
This is weird and annoying with earth data access because you .netrc file created in one is not appearing in the other. We are starting to do workflows where we have both the lab and rstudio tabs open to do Python and R work, and people keep running into this.
Personnaly I think we should stick with \home\jovyan since we are on a JupyterHub. It's annoying to explain to students to write different file paths if they writing Python in rstudio vs lab on the JupyterHub. I know know students should not use hard paths but despite our admonitions they do. I am constantly debugging the \home\rsdudio versus \home\jovyan "feature". But I think Yuvi disagrees. @cboettig ?
Case:
In rstudio,
~is\home\jovyanIn jupyterlab,
~is\home\rstudioThis is weird and annoying with earth data access because you
.netrcfile created in one is not appearing in the other. We are starting to do workflows where we have both the lab and rstudio tabs open to do Python and R work, and people keep running into this.Personnaly I think we should stick with
\home\jovyansince we are on a JupyterHub. It's annoying to explain to students to write different file paths if they writing Python in rstudio vs lab on the JupyterHub. I know know students should not use hard paths but despite our admonitions they do. I am constantly debugging the\home\rsdudioversus\home\jovyan"feature". But I think Yuvi disagrees. @cboettig ?