Python Binaries for Windows

Following on from the last post, if you do need to use Jupyter Notebooks (and hence Python) on windows, you can get numpy, scipy etc. thanks to Christophe Golke’s Unofficial Windows Binaries for Python Extension Packages.

Generally speaking you will want numpy+mkl first.

You can download these and use pip to install from the download location.

Richard