[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
Fantastic, many thanks!! M On Saturday, 8 December 2018 14:52:01 UTC, Mike Metzger wrote: > > It sounds like your path hasn't been updated. I'd try opening a new > terminal window and see if it works there (this forces a reload of your > profile / rc scripts). If it does, you should be good

[jupyter] How to get interactive update (live-plot) for pyqtgraph in jupyter?

2018-12-08 Thread Eugene E.
Hi all! I have the data stream I would like to plot immediately in pyqtgraph, here is an MWE: %gui qt import numpy as np import pyqtgraph as pg from time import sleep win = pg.GraphicsWindow() qplt = win.addPlot() curve = qplt.plot() for i in range(8): sleep(.5)

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

2018-12-08 Thread Mike Metzger
It sounds like your path hasn't been updated. I'd try opening a new terminal window and see if it works there (this forces a reload of your profile / rc scripts). If it does, you should be good in the future. If it doesn't, in the terminal try: echo $PATH You should see