Python notebook

from where should i download and install the jupiter notebook

Windows -

  1. First download python in your machine .
  2. Open command prompt (cmd) and write pip install jupyter
  3. After downloading jupyter , go to the folder where you want to open the jupyter notebook and then write cmd in the address bar of that folder “cmd” to open command prompt in that folder.
  4. To launch the jupyter now type jupyter-notebook and then jupyter notebook will automatically open up in your default broswer.

Mac/Linux-

  1. Python is inbuilt in these OS so you dont need to download it just simpally write pip install jupyter int he terminal .
  2. To open jupyter notebook just write jupyter notebook in the terminal.

Note-
The folder in which you write jupyter-notebook/jupyter notebook is the place where your notebook will get save.
If pip command doesnt work for you then try using pip3 instead of pip

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.