How can I activate bokeh axis ticks (not necessarily the tick labels nor the axis label, although that may be helpful too) on both sides of a plot simultaneously?
For reference, in matplotlib I would set tick_params (e.g. bottom, top and left, right) all to True.
