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

TraitError when running ColormapPicker() #2

Open
rmania opened this issue Nov 29, 2017 · 1 comment
Open

TraitError when running ColormapPicker() #2

rmania opened this issue Nov 29, 2017 · 1 comment

Comments

@rmania
Copy link

rmania commented Nov 29, 2017

I get an error running the following command:

from shaolin.dashboards.colormap import ColormapPicker
from shaolin.dashboards.data_transforms import DataFrameScaler

cmap = ColormapPicker()

error message=

TraitError: The 'visibility' trait of a Layout instance must be any of ['visible', 'hidden', 'inherit', 'initial', 'unset'] or None, but a value of '' <class 'str'> was specified.

I use ipywidgets versions '7.0.5'
I was looking into the notebook about the inner workings of Ipywidget's Layouit instance but I can't seem to solve it.
https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Widget%20Styling.ipynb

@vhphan
Copy link

vhphan commented Jul 21, 2018

I am getting this same error. Did you manage to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants