We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported by one user:
Page: 19 & 20
In the example that begins:
"10. Now, we illustrate the latest interactive features in IPython 2.0+, namely JavaScript widgets."
I had to change the world 'values' to 'options' in
dw = DropdownWidget(values=OrderedDict([
and
dw.value = dw.values['SciPy 2013'].
Using IPython 3.1.0, Python 2.7.9.
The text was updated successfully, but these errors were encountered:
Wow thanks, i was beginning to think I just could not understand plain thinking lol
Sorry, something went wrong.
No branches or pull requests
As reported by one user:
Page: 19 & 20
In the example that begins:
"10. Now, we illustrate the latest interactive features in IPython 2.0+,
namely JavaScript widgets."
I had to change the world 'values' to 'options' in
dw = DropdownWidget(values=OrderedDict([
and
dw.value = dw.values['SciPy 2013'].
Using IPython 3.1.0, Python 2.7.9.
The text was updated successfully, but these errors were encountered: