Daniel McCloy
Daniel McCloy
+1 for @larsoner's proposal, on the assumption that we actually have an `exclude` param in all the relevant places (I *think* we do but haven't checked). And even if not,...
I think these questions should have easy-to-find answers for our (new) contributors and maintainers: 1. How do I decide where in the API to expose my new functionality? - sub-question:...
I agree that for point (1) it will probably need to be case-by-case. To the extent that we can, being more descriptive/verbose in our submodule docstrings might encode this information....
I tried to repro locally and didn't reproduce (not a huge surprise) but I did run into a different problem: 1. load a `*proc-clean_epo.fif` from a MBP derivatives folder 2....
> I will likely be submitting more accessibility bugs in the next few days/weeks. Would you prefer I submit one issue per bug, or compile them into a single issue?...
duplicate of #2020. the heart of the problem is probably https://github.com/pydata/pydata-sphinx-theme/blob/f5c69c8c304ad4643ce3767d4e0e97d42eac446c/src/pydata_sphinx_theme/assets/styles/extensions/_notebooks.scss#L42-L47 which in turn calls https://github.com/pydata/pydata-sphinx-theme/blob/f5c69c8c304ad4643ce3767d4e0e97d42eac446c/src/pydata_sphinx_theme/assets/styles/abstracts/_mixins.scss#L14-L23 I'd be totally happy doing something a bit more custom for xarray like we...
Sorry for the radio silence... I think @gabalafou is now addressing this in #2187
(see https://pydata-sphinx-theme--2187.org.readthedocs.build/en/2187/examples/code-cells.html#Xarray-Datasets )
I would have expected the problem to be lack of pyopengl. After you installed it, do you see the message "using pyopengl" in the terminal when the plot window launches?...
> No, I don't see anything. Should there be a message? I see this: ```pycon In [3]: raw.plot() Using qt as 2D backend. Using pyopengl with version 3.1.9 Out[3]: ```