Changes

Jump to navigation Jump to search

Install relax cloud.sagemath.com

250 bytes added, 07:59, 24 November 2015
==python packages at cloud.sagemath.com==
Start python
<source lang="bash">
python
</source>
inputVersion of python<source lang="bash">Python 2.7.9 (default, Apr 2 2015, 15:33:21)[GCC 4.9.2] on linux2Type "help", "copyright", "credits" or "license" for more information.</source> Paste in
<source lang="python">
try:
except ImportError:
print "no mpi4py module"
</source>
 
Output
<source lang="python">
Out
</source>

Navigation menu