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

Extra step needed to install packages from Jupyter Notebook #4

Open
gaurav opened this issue Jan 3, 2020 · 0 comments
Open

Extra step needed to install packages from Jupyter Notebook #4

gaurav opened this issue Jan 3, 2020 · 0 comments

Comments

@gaurav
Copy link

gaurav commented Jan 3, 2020

The current command for installing packages from Jupyter Notebook didn't work for me -- it installed into my pyenv installation, so my Jupyter Notebook couldn't see it:

pip install opentree

Instead, I followed the steps listed at https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/#How-to-use-Pip-from-the-Jupyter-Notebook:

import sys
!{sys.executable} -m pip install opentree

That worked!

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