Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Installation when done within a virtual environment by pew #54

Open
shadiakiki1986 opened this issue Jul 19, 2017 · 2 comments
Open

Installation when done within a virtual environment by pew #54

shadiakiki1986 opened this issue Jul 19, 2017 · 2 comments

Comments

@shadiakiki1986
Copy link

If using pew,
the installation instructions need to be modified from

jupyter nbextension install --py jupyter_notebook_gist

to

pew new EXAMPLE
NBDIR=`which jupyter`
jupyter nbextension install --py jupyter_notebook_gist --nbextensions=$NBDIR/share/jupyter/nbextensions
@mdboom
Copy link
Contributor

mdboom commented Feb 5, 2018

This seems like a bug in pew that this wouldn't work automatically. Have you tried reporting it there?

@shadiakiki1986
Copy link
Author

Nope. I just thought that this wouldn't know about the virtualenv folder unless explicitly given to it. Feel free to close this issue

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

No branches or pull requests

2 participants