DEV Community

Cover image for How to install jupyter notebook
Sandeep
Sandeep

Posted on

3

How to install jupyter notebook

step1

check if python is installed or not.

on command prompt
type the following command :
python --version

Enter fullscreen mode Exit fullscreen mode

if python not downloaded download it from its website

step2

check if pip is installed or not

on cmd
type the following command
pip --version


Enter fullscreen mode Exit fullscreen mode

step3

install jupyter notebook

type the following command on the commmand prompt :
pip install notebook

Enter fullscreen mode Exit fullscreen mode

step4

after successful installation
to open jupyter notebook

type the following command on the command prompt :
jupyter notebook

Enter fullscreen mode Exit fullscreen mode

Done

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay