Skip to content

TraitError when running ColormapPicker() #2

Description

@rmania

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions