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

Delta Lake - Time Travel

  Time Travel allows you to query, restore, or compare data from a previous version of a Delta table. Delta Lake automatically keeps tra...