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

Fix suboptimal !pip install experience #30

Open
willb opened this issue Jul 9, 2018 · 0 comments
Open

Fix suboptimal !pip install experience #30

willb opened this issue Jul 9, 2018 · 0 comments

Comments

@willb
Copy link
Member

willb commented Jul 9, 2018

As a notebook user, I may want to install new packages without building a new notebook image. Currently, !pip install is broken, since nbuser doesn't have write permissions into either the system-wide site-packages directory or the conda-specific one. !pip install --user will work but the user directory is not in the PYTHONPATH, meaning an extra line of boilerplate is necessary to add it to sys.path.

Both of these issues should probably be fixed! (See also #13)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant