Automtor Run Shell Script "command not found"
I need to automate the running of few python scripts through Jupyter Notebook. I've got everything installed correctly and can open Jupyter Notebook by simply running the command 'jupyter notebook' in the Terminal. However, when I run this command in the Shell Script in Automator I get an error that the 'jupyter' command isn't recognized.
How do I go about correcting this error?