Clemens Brunner

Results 831 comments of Clemens Brunner

I don't use IPython because its integration in VS Code is unfortunately non-existent 🤷.

> there's an integrated terminal, in which you can run arbitrary commands, e.g. ipython. Of course, but I said "its _integration_ [...] is non-existent", which means that things like executing...

I have the same issue with Chrome and Safari (on macOS). Chrome renders a vertical sidebar, whereas Safari renders both vertical *and* horizontal scrollbars, even though the content easily fits...

Safari (showing [mne.tools](https://mne.tools/stable/index.html)): https://github.com/pydata/pydata-sphinx-theme/assets/4377312/747ed4ce-18d0-4f01-b295-2fc4a9e2f233 Chrome looks the same, but only shows the vertical scrollbar.

Nope, this didn't change anything: https://output.circle-artifacts.com/output/job/f85ea057-af56-418e-9d53-abd191e8c936/artifacts/0/html/index.html

Should we use a default of 20 channels as well? Maybe it would be nice to customize the default settings (like number of channels and time segment per page) as...

This sounds like you have multiple Python environments, and the one you installed MNELAB into is not the one you're trying to start it from. A couple of things that...

Can you try using `python3` instead of `python`?

There's probably something wrong with your Python installation. I recommend that you completely uninstall Anaconda and then install Python from https://www.python.org. This installs Python as `python3` and pip as `pip3`,...

Did you solve the issue @lilly-sanchezz?