mkandes / galyleo

A shell utility to help you launch Jupyter notebooks on high-performance computing systems in a simple, secure way.
36 stars 7 forks source link

Add user-specified --bind mounts when checking jupyter --version #32

Open mkandes opened 7 months ago

mkandes commented 7 months ago

@kenneth59715 suggested adding the user-specified --bind mounts to the when the pre-launch checklist runs jupyter --version to determine if jupyter is available from the containerized environment.

mkandes commented 6 months ago

This would only be useful if jupyter was installed outside of a container, which is a pretty niche use case. While it could be supported, it is less clear if this could cause other issues when interacting with containers and the filesystems on the login nodes. At this time, --disable-checklist is a sufficient work-around already in place. Do we want to encourage users to place jupyter outside of their containers?

mkandes commented 2 days ago

This functionality may be useful when mixing the use of conda environments installed externally from a container. e.g., a likely RStudio use case.