How to start Python Programming with Jupyter Notebook
In this class,we will learn that how to start Python
Programming using Jupter Notebook.We can use other IDE like Pycharm,Atom and VS
Code but I think that Jupyter Notebook is very fast and interactive IDE for
Python Programming.That’s why I Have chosen this IDE for Python Programming.
There are Some Steps to Start Python Programming in Jupyter
Notebook that are Given Below:-
Step 1:-
Go to
Window Button and Search Anaconda Prompt.Click on Anaconda Prompt.
Step 2:-
Write “jupyter
notebook” in the Anaconda Prompt and press enter.After Pressing Enter the
jupyter notebook will open.
Step 3:-
Here is the
Interface Of Jupyter Notebook.Now click on the new button to create a new File.
Step 4:-
Note:
Jupyter Notebook has Python by default configuration.There is no need to
install any other thing for python separately.
Here we can
see the Bydefault Python setting.Now click on the “python 3” to create a new
Python Document/file.
Step 5:-
Here we can
see that we have created a new file with name “Untitled”.
Click on
the Untitled to change the name of the File.
Step 6:-
We can
change the Name of the File in this way.
Step 7:-
Now the
Document is ready For Python Programming.
Best Of Luck.
No comments:
Post a Comment