Reputation: 153
I installed bokeh
using pip
and I am trying to test it but its giving me a traceback
error to
File "/usr/lib/python2.6/site-packages/bokeh/properties.py", line 611
return { self.keys_type.from_json(key, models): self.values_type.from_json(value, models) for key, value in iteritems(json) }
^
SyntaxError: invalid syntax
Can anyone help?
Upvotes: 0
Views: 197