How to open ipynb using Jupyter notebook .
- 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 .

Comentarios