Luca De Feo

Results 29 comments of Luca De Feo

Did you mount the docker socket properly, here: https://github.com/defeo/jupyterhub-docker/blob/5bf2ab2c2184d73399edecf935ab300f431e1d2b/docker-compose.yml#L38 The path may be dependent on your local docker installation.

If you go to the traefik dashboard, you want to see something like this in the "Backends": ![Screenshot_2019-07-15 Traefik](https://user-images.githubusercontent.com/1315842/61222711-d76bd700-a74d-11e9-9b09-2a35181be878.png) which shows that Traefik has detected the Jupyterhub container. If the...

No. But would be interested in any feedback, if you try.

Thanks. I haven't tried the latest traefik version. If you have any info, I'd be interested to know more.

No idea. I haven't been maintaining this repo for 3 years, I wouldn't be surprised if some dependencies broke in the meantime. Jupyter has evolved a lot since then. I'd...

> Maybe not switching, as I prefer to preserve the easy installation with pure Python libraries etc., but we could have an exiftool plugin which use exiftool if available to...

Wow, this is bad, and I agree with the GMP devs that the bug is in my code, not in GMP. I feel ashamed! I guess the easiest fix is...

Just makes me want to say: REWRITE EVERYTHING IN RUST! http://robert.ocallahan.org/2016/02/rewrite-everything-in-rust.html

> Why even use gmp? Create a utilities class for the math functions, you > would eliminate the dependency, smaller footprint, resource control, and > you may be able to...

> Switching to other notebooks Very hackishly: embed a link "next notebook" in the last (markdown) cell. When execution is finished, change `window.location` to it. > and allowing it to...