Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Notebook has python 3.x-specific code #2

Open
hughesadam87 opened this issue Oct 19, 2015 · 0 comments
Open

Notebook has python 3.x-specific code #2

hughesadam87 opened this issue Oct 19, 2015 · 0 comments

Comments

@hughesadam87
Copy link

Hi,

Thanks for putting this library together! I'm really enjoying learning about reactive extensions.

One issue I've encountered is that some of the examples (for example ironpython) have Python 2.x print statments. EG:

print "x y z"

So will not run in Python 3.x. However, the notebook tutorial has statements like:

xs = d.subscribe(print)

Which only works in Python 3.x. How would one subscribe the print function in Python 2.x?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant