ipython-minibook icon indicating copy to clipboard operation
ipython-minibook copied to clipboard

UPDATE (2015): This is an old repo, go here for the new edition

Results 1 ipython-minibook issues
Sort by recently updated
recently updated
newest added

Hi Cyrille, In chapter 2 there is a code that downloads a `facebook.zip` file: ``` python import urllib2, zipfile url = 'http://ipython.rossant.net/' filename = 'facebook.zip' downloaded = urllib2.urlopen(url + filename)...

bug