contang0
contang0
Hello, Asking this here as I'm not able to join Slack. I was wondering, is it possible to make Hydrogen remember which kernel should be used for each project? I...
For some reason Python kernel continues to be busy even after I close the chrome tab that contains the dataframe I wanted to view. I basically have to restart the...
### What happened? I'm using Table.pivot_wider to unstack rows into columns. pivot_wider has an argument names_sort, which is False by default. However, setting it True doesn't seem to have any...
I am having the same issue described [here](https://discourse.holoviz.org/t/progress-bar-styling-not-rendering-due-to-cors/5668). Basically in some environments we cannot access external resources necessary to style some components, such as the Progress bar. Without styling it...
### What happened? After installing postgres backend I get the below error when trying to use it. I was only able to resolve this issue by installing the binary dependency...
I have a piece of code that does something like: ``` wb = xw.Book(old_path) wb.save(new_path) ``` The problem is that wb.save(new_path) does not do anything, and according to the docs...