- Click on the green button which says Code
- Select Download ZIP
- Open the zip and put the folder in a convenient directory
You can now look at the code and edit it via Visual Studio Code or Notepad ++ or you can just look at it via Jupyter.
- Windows button + R
- In the text window type cmd and press enter
- Type
pip numpy
and press enter (only for first time run). - Type
python
and a space do not press enter yet! - Drag and drop
main.py
file to the window in which you typedpython
. - Press enter! This can take a while. It will give you a result in the end
If you encounter problems, this probably has to do with your Python version (either outdated or 64-bit which does not support numpy).