Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scipy website down - documentation mirror

Tags:

scipy

For past two days I have been trying to access the scipy official site. https://www.scipy.org/

I have not been able to access it. I have checked it on multiple service providers as well as through boxes setup in US. I would trust this site to be official site and refer to documentation on it.

How does one intimate them ? Also, meanwhile is there any mirror available for the documentation ?

Best Regards, Vinayak

like image 903
Vinayak S Avatar asked Mar 14 '17 10:03

Vinayak S


People also ask

How do you reference SciPy documents?

If SciPy has been significant in your research, and you would like to acknowledge the project in your academic publication, we suggest citing the following paper: Pauli Virtanen, Ralf Gommers, Travis E.

What does SciPy stand for?

SciPy stands for Scientific Python. It provides more utility functions for optimization, stats and signal processing. Like NumPy, SciPy is open source so we can use it freely.

How do I download SciPy from Python?

We can install the SciPy library by using pip command; run the following command in the terminal: pip install scipy.

Does SciPy include NumPy?

The SciPy module consists of all the NumPy functions. It is however better to use the fast processing NumPy. 2. NumPy has a faster processing speed than other python libraries.


2 Answers

There is no official mirror.

You can check the availability of the website via third party tools, such as http://downforeveryoneorjustme.com/docs.scipy.org

The team behind SciPy is generally aware of the unavailability and do their best to put it back up.

The best "next" option is to build the docs yourself locally or rely on the scipy-doc package from your package manager. Under Debian, one can do apt-get install python-scipy-doc and look under /usr/share/doc/python-scipy-doc/html.

like image 136
Pierre de Buyl Avatar answered Oct 29 '22 20:10

Pierre de Buyl


The closest that I can reach till now:

http://web.archive.org/web/20161216070200/https://docs.scipy.org/doc/scipy/reference/

like image 34
Joseph Avatar answered Oct 29 '22 19:10

Joseph