Hadrien Mary

Results 181 comments of Hadrien Mary

See https://github.com/tqdm/tqdm/pull/1320 for a POC.

Ping @casperdcl for visibility.

Would it be possible to have this feature ?

It looks like the ip in the ovpn file is now different so I tried to use a custom ovpn file but I have the same error: ```ovpn client dev...

Indeed something is wrong with internet connectivity inside the container: ```bash $ docker-compose exec torr ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ping: sendto: Operation not permitted ``` so...

Ty but I have since switched to https://github.com/tprasadtp/protonvpn-docker.

That would be very nice to have miniforge supported here and more specifically mambaforge!

I built a dev container config based on the Micromamba docker image in case it can be useful here: https://github.com/datamol-org/datamol/tree/main/.devcontainer

I have the same issue and had to manually modify the git of the gist settings to fix me config.

I "fix" this behavior by always calling `plt.figure()` before `plt.plot()` now.