Skip to content
New issue

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

Widget type switches when switching between backends #259

Closed
philippjfr opened this issue Sep 2, 2015 · 3 comments
Closed

Widget type switches when switching between backends #259

philippjfr opened this issue Sep 2, 2015 · 3 comments
Assignees
Milestone

Comments

@philippjfr
Copy link
Member

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.

@jlstevens
Copy link
Contributor

Ok, I'll look at this as soon as I have a chance.

@philippjfr philippjfr added this to the v1.4.0 milestone Sep 11, 2015
@philippjfr philippjfr mentioned this issue Nov 10, 2015
42 tasks
@philippjfr philippjfr assigned philippjfr and unassigned jlstevens Nov 30, 2015
@philippjfr
Copy link
Member Author

This was fixed by #308. Closing.

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants