top of page

How to open ipynb using Jupyter notebook .

  • Writer: Jatin Madaan
    Jatin Madaan
  • Feb 18, 2019
  • 1 min read

Step 1 : On terminal type $ jupyter notebook.


Step 2 : Click on new and then python3 on web url which gets open from step 1 .




Step 3 : Then click of File --> open .




Step 4 : Go to directory where ipynb is saved and click on it .




Step 5 : Data from ipynb which was previously saved or imported would be displayed .




Recent Posts

See All
Exceptional - Handling

This post is about very basics of exceptional handling . Exceptions - It is a type of error if not taken care of then code may crash . To...

 
 
 
Functions in Python

This Post is about basics of functions in Python . Functions are created so that we don't have to write same code repeatedly . Syntax :...

 
 
 
File Input & Output in Python

This Post is about using files with Python . There are basically 3 operations we can perform : Read Write Append Reading Files Reading...

 
 
 

Comentarios


  • linkedin

©2019 by Jatinmadaan

bottom of page