[jupyter] Jupyter command not found

2018-12-08 Thread Mantegh Sethi
Hello, I am new to Python 3. I have been trying to install Jupyter using pip. I believe I have done this successfully, as when I check the installation it is correct. However, when I run 'jupyter notebook' in terminal, I get the message: 'jupyter: command not found'. I have seen this might

[jupyter] Jupyter command not found in terminal

2018-12-08 Thread Mantegh Sethi
Hello, I am new to Python 3, running on Mac OS X. I have been trying to install Jupyter using pip. I believe I have done this successfully, as when I check the installation in terminal it is there and already installed. However, when I run 'jupyter notebook' in terminal, I get the message:

[jupyter] Re: Jupyter command not found in terminal

2018-12-08 Thread Mantegh Sethi
UPDATE: The location is as below, but at present I have to enter this entire thing to load up the notebook. /Users/mantegh/Library/Python/3.7/bin/jupyter-notebook Is there any way I can do this by just entering 'jupyter-notebook'?? M On Saturday, 8 December 2018 13:56:18 UTC, Mantegh Sethi

Re: [jupyter] Re: Jupyter command not found in terminal

2018-12-08 Thread Mantegh Sethi
PATH="/Users/mantegh/Library/Python/3.7/bin/:$PATH" > > Save the file and restart the terminal window. Run echo $PATH again and > you should see the path as above. It should work as expected after that. > > Thanks! > > Mike > > On Sat, Dec 8, 2018 at