Results 26 issues of gioxc88

Any way to solve this? I tried many methods including `--VoilaConfiguration.file_whitelist="['.*\.(png|jpg|gif|svg|pdf|mp4|avi|ogg|html)']" ` None of them worked. I am trying to display an IFrame that reads an html file inside the...

bug

This is what I get by simply displaying a pandas dataframe and it is the expected result ![image](https://user-images.githubusercontent.com/41852601/78505957-977ed100-776e-11ea-83f3-44bdc35807e6.png) This is what I get if I try to capture the output...

Is it possible to disable autoscrolling when the number of options is very high? At the moment the workaround for me is to explicitly set the height in layout property....

The main changes in this PR are: 1. change to the async def _fit function in `dask_ml.model_selection._incremental.py` to allow Hyperband to work with non dask arrays 2. fixed default `test_size`...

Is there a way to include additional javascript libraries or custom js modules?

Is there anyway to achieve this? Unfortunately I am running ipyvuetify in an environment where I am allowed to install packages but not lab extension. Thank you

I am not sure the problem is related only to `v-select` but it might be more general. Below an example: 1. I define a very simple `Select` component (**WORKS**) ```python...

Following this example from https://stackoverflow.com/questions/65033675/how-to-switch-from-light-to-dark-theme-in-ipyvuetify it doesn't change the coloou. Is there any other way to do it? Thanks ``` A trick is to add an opaque Overlay component as...

Once clicked on sort on any columns it is not possible to "unsort" Is this expected? I think it's a bug Thanks

As per title, it would be useful to be able to edit the index and the columns in editable mode. Is it a bug or is it intended? Thanks