Florin Andrei
Florin Andrei
@JasonGross All that is true, but the bug where it gets stuck on a cell does not depend on notebook size or plot complexity.
> makes it unnecessary for users to install joblib as an additional dependency This is not a serious problem. joblib is already used by many important libraries. It gets pulled...
One problem that the joblib workaround does not solve is that, when you have multiple separate processes, each running `study.optimize()`, there is no shared in-memory storage. You have to use...
No, there are several libraries impacted by this bug. Perhaps your library is just triggering it in a downstream library, I'm not sure. Anyway, `pd.options.mode.copy_on_write = True` seems to trigger...
@Fob-io the workaround is not clear. Where do I need to put that string?
> Ideally we’d not necessarily list all the options here, but could refer to Branca. Sounds good, thanks.
There are many issues that are caused by the iPython magics. E.g. this: https://github.com/microsoft/vscode-jupyter/issues/11476 Is there a general solution to all these issues? Is there something that needs to be...
I was surprised Docker Desktop cannot do this.
I have the exact same issue. If a field or subfield within a JSON blob is an array, the JSON filter fails to parse the array, and just returns it...
Unfortunately I'm quite busy right now. If that changes, I may take a look at this issue, but that's unlikely.