Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set user environment path (bin folder) for users to use their own kernels #222

Open
scruel opened this issue Nov 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@scruel
Copy link

scruel commented Nov 9, 2022

Proposed change

I want to have users with custom username and password, which is a feature already achieved by this repo.
However, all users can only use the kernel as same as the one which launched jupyterhub instance, if they want to run with specific version libraries, they will have to ask admin to do that, even they already created such env in same machine.

If we launch jupyterhub without this plugin, and config as following:

c.LocalProcessSpawner.shell_cmd = ["bash", "-l", "-c"]

Then for users, they can set PATH in ~/.profile to specify their own conda location:

export PATH="$HOME/miniconda/bin:$PATH"

Then they can use jupyterhub with their own envs.

Or, might we can bind local users to jupyterhub users, then can just do samething?

@scruel scruel added the enhancement New feature or request label Nov 9, 2022
@welcome
Copy link

welcome bot commented Nov 9, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@scruel scruel changed the title How to specify user environment path for users to use their own kernels? (bin folder) Ability to set user environment path (bin folder) for users to use their own kernels Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant