I tried installing nbconvert via the instructions on their readme. The curl
line and the pip install
line worked flawlessly, but I can't decipher what is meant by:
You will need to either put the source repository in your
$PATH
or symlink the nbconvert.py script, as well as the css and js subdirectories to a directory in your$PATH
.
Any idea where pip
installed the app? What's this business about $PATH
?