For example I can do this

import urllib
urllib.urlretrieve('https://raw.githubusercontent.com/sagemath/sagecell/master/LICENSE.txt',
 
'local.txt')

and the file becomes available and gets a link under a cell. Via

import urllib2
print 
urllib2.urlopen('https://raw.githubusercontent.com/sagemath/sagecell/master/LICENSE.txt',
 
None).read()

I can see the content. No claims that these are the best ways to handle the 
situation ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/78f9649c-8107-4925-a6f2-8bc37864a9b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to