How to install jupyter notebook in windows using command prompt

for easy using of code of python we should install jupyter notebook
this can be done by typing the following command ————-> pip3 install jupyter
This will install the jupyter notebook

after the required packages are installed successfully, type the following command to open the jupyter notebook
jupyter notebook

that’s all your localhost gets activated in the internet browser and your kernel is ready to start with writing the program


Python and Jupyter Installation

Similar Reads

Install the python in windows.

Step1: Firstly open internet browser like chrome or firefox etc Step2: In the search tab type this link “python” Step3: Look for the downloads link in that website ,click on it to download the latest version of the python Step4: After it gets downloaded we can install by clicking the executable file...

How to run a python code using command prompt

Step1: After the successful installation; open the notepad –> copy the source code and paste it –>save the file in .py extension...

Alternative way to install python using command prompt.

Before installing the latest python we can check python version by typing following command...

How to install jupyter notebook in windows using command prompt

for easy using of code of python we should install jupyter notebook this can be done by typing the following command ————-> pip3 install jupyter This will install the jupyter notebook...