If using [pew](https://github.com/berdario/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 ```
If using pew,
the installation instructions need to be modified from
to