/Learn-NumPy

NumPy library in Python for scientific computing and handling multidimensional data

Primary LanguageJupyter NotebookMIT LicenseMIT

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.