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
When switching backends using the cell magic it switches to the scrubber widget for no apparent reason.
import numpy as np import holoviews as hv %load_ext holoviews.ipython %output backend='bokeh' %%output backend='matplotlib' holomap='widgets' hv.HoloMap({i: hv.Curve(np.random.rand(10,2)) for i in range(10)})
The third cell always uses scrubber widgets the first time you execute it here whether you specify holomap='widgets' or not.
holomap='widgets'
The text was updated successfully, but these errors were encountered:
Ok, I'll look at this as soon as I have a chance.
Sorry, something went wrong.
This was fixed by #308. Closing.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
philippjfr
No branches or pull requests
When switching backends using the cell magic it switches to the scrubber widget for no apparent reason.
The third cell always uses scrubber widgets the first time you execute it here whether you specify
holomap='widgets'
or not.The text was updated successfully, but these errors were encountered: