You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 get an error running the following command:
error message=
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
The text was updated successfully, but these errors were encountered: