Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 462 Bytes

Learn-NumPy

NumPy.ipynb is a self explanatory resource for learning NumPy in Jupyter Notebook. It consists of numerous examples.

In order to download the notebook in the local machine, follow these steps:

  1. Go to the .ipynb notebook
  2. Click on Raw.
  3. Right click and select Save As or press ctrl+s to save it. Save the file as .ipynb.
  4. Open jupyter notebook.
  5. Go to location where you saved .ipynb file.
  6. Open file, you will see the code.