Python Forum
Installation of Jupyter Notebook in Windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation of Jupyter Notebook in Windows 10
#1
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]
The following steps:
  • To install jupyter notebook in the simplest way, just type
    pip install notebook
    or
    pip 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.]
Note:For installing Jupyter notebook you must have python latest version installed in your Windows PC.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with Jupyter Notebook Larz60+ 1 2,655 Jan-23-2018, 09:00 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020