Open main menu

Changes

Install relax cloud.sagemath.com

261 bytes added, 07:48, 24 November 2015
hello world
hello world
</source>
 
==python packages at cloud.sagemath.com==
<source lang="bash">
python
</source>
 
input
<source lang="python">
import wx
print wx.__file__
 
import bmrblib
print bmrblib.__file__
 
import minfx
print minfx.__file__
import mpi4py
print mpi4py.__file__
</source>