Monday, November 19, 2018

Python : First Program On Jupyter Notebook


In this blog post , we will go through jupyter notebook and will create our first program.


Firstly , we will start the jupyter notebook via terminal.


Next ,we have the new window and having the list of all the folders that are available.



Click on the new and select python 3 notebook.

 

Write the desired code and select RUN command.



How to write first code in spyder ?

check the youtube link :- https://www.youtube.com/watch?v=JSydHB7qsgQ&feature=youtu.be

No comments:

Post a Comment

Hadoop - What is a Job in Hadoop ?

In the field of computer science , a job just means a piece of program and the same rule applies to the Hadoop ecosystem as wel...