Open marcelned opened 3 years ago
Thanks for the issue @marcelned. AFAIK, we have mostly tested JupyterHub integration in the context of Kubernetes. But mostly using the Elyra Image as the single user image for the user. Here is also a JupyterHub config example
Now, related to your requirement, maybe you want to check on the JupyterHub documentation. On a quick search, this might be what you are looking for: Installing JupyterHub on your own server.
I'm looking for documentation on how to install Elyra along with Jupyterhub on a baremetal without kubernetes/Docker involved.
Currently there seems to be incompatibilities. I'm looking for a basic setup where each user (PAM authentication) has a lab environment with the Elyra plugin.
The only jupyterhub documentation I could find (https://elyra.readthedocs.io/en/latest/recipes/deploying-elyra-in-a-jupyterhub-environment.html) is much more complex for my needs.