When I try to input my own ticker...
In an earlier cell...
ticker = FixedTicker(ticks=range(0, 10))
In the following cell...
%%opts HeatMap [colorbar=True colorbar_opts={'ticker': ticker}]
I get...
TypeError [Call holoviews.ipython.show_traceback() for details]
MetaModel object got multiple values for keyword argument 'ticker'
Here's the traceback...
File "/Users/ahuang11/anaconda3/envs/tf/lib/python3.6/site-packages/holoviews/plotting/bokeh/element.py", line 757, in _init_glyphs
renderer, glyph = self._init_glyph(plot, mapping, properties)
File "/Users/ahuang11/anaconda3/envs/tf/lib/python3.6/site-packages/holoviews/plotting/bokeh/element.py", line 1201, in _init_glyph
self._draw_colorbar(plot, self.handles['color_mapper'])
File "/Users/ahuang11/anaconda3/envs/tf/lib/python3.6/site-packages/holoviews/plotting/bokeh/element.py", line 1100, in _draw_colorbar
**dict(opts, **self.colorbar_opts))
TypeError: MetaModel object got multiple values for keyword argument 'ticker'