How do I use Sloane's Encyclopedia on Sage Math Cloud?
Calling SloaneEncyclopedia.install() (in a IPython notebook) gives the IOError "Connection refused".
Update: The error has changed. It is now
/usr/local/sage/sage-6.2.rc2/local/lib/python/os.pyc in makedirs(name, mode)
155 if tail == curdir: # xxx/newdir/. exists if xxx/newdir exists
156 return
--> 157 mkdir(name, mode)
158
159 def removedirs(name):
OSError: [Errno 13] Permission denied: '/usr/local/sage/sage-6.2.rc2/local/share/sloane'
Projects by default now have a firewall that blocks most outgoing connections. Exactly what ip addresses does `SloaneEncyclopedia.install()` use? Maybe I could unblock it...
FWIW, works fine in a local Sage Version 6.3.beta4.
rws, for a local Sage it works also for older versions. The issue is (perhaps was, William changed something, I have not yet tested it) in the Cloud.
@William Stein: Apparently oeis.org uses the ip 67.23.6.156, you could unblock that. Thanks!