Yury Gorishniy
Yury Gorishniy
Not sure if this is an additional context for Bokeh developers or a suggestion to check the zoom-related things on my side :) So just in case I did the...
I have never tested whether the problematic behavior depends on extensions, but I definitely did not use jupyterlab-myst. In case it can be helpful, my extensions are as follows as...
> In my case, the long output is almost always a series of matplotlib plots with various subplot layouts. In terms of my [initial description](https://github.com/jupyterlab/jupyterlab/issues/15795#issue-2131949268), the fourth cell is the...
Thank you @pekirt for your effort!
Just in case, I will add that I face the issue without using matplotlib (but I remember that I used pandas when I faced the issue last time).
I am not a web developer by any means, but this is my solution ```python # conf.py ... html_static_path = ['_static'] html_css_files = ['my_styles.css'] ``` ```css /* _static/my_styles.css */ h1...
Hi @ekamiti! Just curious, the pull request is waiting for reviews or the problem is the failed tests in CI?
Hi @lezcano ! There was a recent [suggestion](https://github.com/pytorch/pytorch/pull/104069#issuecomment-2104226419) to open this PR as a replacement for the already reviewed https://github.com/pytorch/pytorch/pull/104069. By any chance, do you know if there are plans...
In case it can be relevant, I will mention that there was a small discussion on the opposite question ("new pixi & old manifest files"): https://github.com/prefix-dev/pixi/issues/1066