Michaël Defferrard

Results 107 comments of Michaël Defferrard

CTRL-{1,2,3} is working for me by default on Firefox. I like them because they're fast and the Jupyter default. I'd prefer not to invent many new keybindings to minimize the...

I didn't know it already worked this way for python 2. Great! It shouldn't be too much of a hurdle to do it for python3 then. What's the situation on...

Some thoughts about a potential shorter-term fix. It's possible to pin the base environment (specified in [`repo2docker/buildpacks/conda/environment.yml`](https://github.com/jupyter/repo2docker/blob/master/repo2docker/buildpacks/conda/environment.yml)) by pinning those packages (and their dependencies) in the repo's `environment.yml` or `requirements.txt`....

For reference, I ended up achieving the desired independence by creating a `venv` from `postBuild`, requiring the python version in `runtime.txt`, and defering to the default conda env for the...

> Downside: this is kind of allowing a build with missing dependencies. Seems like we already allow that for unsupported python versions (see #552). A consistent policy would be great....

> Unfortunately, with the way Binder works, at least, warnings are essentially invisible since they only occur at build-time and build only occurs once, not for each launch. Only local...

Thanks for your interest and kind words! Indeed, the class [is named `SphereIcosahedral`](https://github.com/epfl-lts2/pygsp/blob/39a0665f637191152605911cf209fc16a36e5ae9/pygsp/graphs/nngraphs/sphereicosahedral.py#L21). It has been renamed in to have a more uniform naming. Could you try to rename `SphereIcosahedron`...

> The parameter signature of the constructor has changed though. Right. That was done in to unify the parameters across [the multiple discretizations of the sphere](https://github.com/epfl-lts2/pygsp/blob/a8019a9db1f3813a2f37915596aafbc261c83dcf/pygsp/graphs/__init__.py#L174). > I'm assuming the...

Thanks for reporting the issue. Note however that this toolbox is not developed nor maintained anymore. Please consider using the [pygsp](https://github.com/epfl-lts2/pygsp) instead.