Cannot open Jupiter Notebook on Mac M1 Pro in Terminal

Course Name: Python for Trading: Basic, Section No: 13, Unit No: 7, Unit type: Document

Hi all,

Can anyone help me how to open Jupyter Notebook? I have the error as below:

Jupyter command jupyter-notebook not found.

(quantra_py) lukeylee@Lukeui-MacBookPro ~ % "jupyter notebook"

zsh: command not found: jupyter notebook



I actually used "pip3 install jupyter" Is this the right way to resolve it? I think it seems working as the jupyter notebook page pops up when I type the command.

Hello Yeong,



One way to get Jupyter installed is through Anaconda installing. When you install Anaconda, it will get Jupyter installed too.



Another way is explained here.



I hope this helps,



Thanks