Jangboo Lee

Results 5 comments of Jangboo Lee

Came here when I ran into the same issue with the following configurations: * System OS: EndeavourOS * VS Codium version: 1.85.2.24019-1 * Install method: `yay -S vscodium-bin` * Python...

> Second, use [python debugger extension](https://open-vsx.org/extension/ms-python/debugpy) to add configurations automatically. This is great, thank you! The extension was not available on the VS Codium store last week, but it seems...

Also getting the same issue. I made sure I installed `mglearn` into my environment using `pip`, but I am unable to import `mglearn`: ```python ImportError Traceback (most recent call last)...

> > Also getting the same issue. I made sure I installed `mglearn` into my environment using `pip`, but I am unable to import `mglearn`: > > ```python > >...

Came to comment a similar missing dependency issue. I'm using the `eldar-extended` fork of this repo ([link](https://github.com/ClementChauvet/eldar_extended)), but the issues tab is not activated for the fork, so I'm commenting...