You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of an admittedly strange question forced by circumstance:
RStudio Workbench configures the jupyter location once for the entire installation (i.e. all session containers must have jupyter at the same location): https://github.com/rstudio/rstudio-pro/issues/1692
By depending on the python version, we lose the ability to use different images with different python versions
Installing jupyter to /opt/python/jupyter, then, is a nice pattern for setting up the IDE to use either local sessions or remote, different python versions, and allowing for different jupyter "kernels" to be registered
As a result, is it possible to unpack a python build at /opt/python/jupyter?
The text was updated successfully, but these errors were encountered:
This is a bit of an admittedly strange question forced by circumstance:
/opt/python/jupyter
, then, is a nice pattern for setting up the IDE to use either local sessions or remote, different python versions, and allowing for different jupyter "kernels" to be registeredAs a result, is it possible to unpack a python build at
/opt/python/jupyter
?The text was updated successfully, but these errors were encountered: