Closed CaliLuke closed 8 years ago
I think it's about time to start either calling out the version you're expecting users to have or update the examples to work with Python 3.x
The very first example doesn't work with Python 3.x
print "Hi! This is a cell. Press the ▶ button above to run it"
should be
print("Hi! This is a cell. Press the ▶ button above to run it")
Updated the README to say that it's using Python 2.7.
I think it's about time to start either calling out the version you're expecting users to have or update the examples to work with Python 3.x
The very first example doesn't work with Python 3.x
should be