Skip to content

Instantly share code, notes, and snippets.

/a.rb

Created November 5, 2014 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1b17f9f69483f07a7c5b to your computer and use it in GitHub Desktop.
Save anonymous/1b17f9f69483f07a7c5b to your computer and use it in GitHub Desktop.
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-3794225f9ff9> in <module>()
----> 1 button = widgets.Button(
2 description='Hello World!',
3 width=100, # Integers are interpreted as pixel measurements.
4 height='2em', # em is valid HTML unit of measurement.
5 color='lime', # Colors can be set by name,
AttributeError: 'module' object has no attribute 'Button'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment