Jul-06-2020, 04:23 PM
(This post was last modified: Jul-06-2020, 04:23 PM by darksoulzz.)
Hi Dev Peeps, If you are familiar with data science we guess you already know Jupyter Notebook. If not, I will give you complete info on the installation of the Jupyter Notebook on your Windows PC without any error. I hope, it will help mainly to beginners who are new about it.
![[Image: jupyter-notebook-768x342.png]](https://thecodezine.com/wp-content/uploads/2020/03/jupyter-notebook-768x342.png)
The following steps:
![[Image: jupyter-notebook-768x342.png]](https://thecodezine.com/wp-content/uploads/2020/03/jupyter-notebook-768x342.png)
The following steps:
- To install jupyter notebook in the simplest way, just type
pip install notebook
orpip install jupyterlab
command in your cmd. The following command will automatically install all the needed requirements in your machine.
- Now to run it go to cmd & type jupyter notebook command & run. If it’s run then you have accomplished your goals of installing it. [Note: You have to set your password at first then only you can access the notebook.]