Page 415 - ComputerScience_Class_11
P. 415
Step 10: Open the Spyder from the Start Menu by clicking on the Spyder.
The following Screen will appear:
12.4.5 Jupyter Notebook
Jupyter Notebook is an interactive programming environment mainly used for Python. It allows students and
programmers to write code, run it step by step and see the output immediately. Along with code, it also lets users add
explanations, notes and results in the same place.
This makes Jupyter Notebook very useful for learning Python, data analysis and experimentation.
Install Jupyter Notebook
The steps to install Jupyter are as follows:
Step 1: If Python is already installed on the computer open the Command Prompt or Terminal and type the following
command:
pip install --user notebook
Installation & IDE and Fundamentals of Python Programming 413

