jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.01k stars 294 forks source link

Multiuser jupyterhub using active directory #520

Open llong4 opened 4 months ago

llong4 commented 4 months ago

I’ve installed xeus-cling using a variety of methods (minconda, anaconda, manually) and all seem to have an issue passing through the include directories to the users. I have the installation in /opt, so all users can access the relevant files. I manually edit the kernel.yaml to add the include locations. This allows users to get a little further but applications still are not functioning as with the single user environment. Since the user home dirs are created with AD perhaps there is a missing environment variable there. Let me know if this multiuser attempt is folly or if I’m missing something obvious. I’m happy to submit any relevant logs or installation details. Thanks!