Hi,
My question is not really about Kwant, but about how to install Jupyter. I have a 64-bit operating system with Windows 8. I have successfully installed Python 3.4. I want to install Jupyter notebook, but I am not sure what files I need from Cristoph Gohlke's website ( http://www.lfd.uci.edu/~gohlke/pythonlibs/). When I eventually get the required files, what is the installation procedure? Can any one advise?
You'll probably get more help asking on a more specific forum (e.g stackOverflow[1]); none of the core developers habitually use Windows (although it's not impossible that someone else replies!). The jupyter website recommends[2] that you use the Anaconda python distrubution[3]. Anaconda gives you a nice unified approach to installing new Python packages (and a good number come pre-installed with the distribution). I would probably recommend this.
Thanks,
Joe
[1]: https://stackoverflow.com [2]: https://jupyter.readthedocs.io/en/latest/install.html [3]: https://www.continuum.io/downloads