kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
126 stars 14 forks source link

Remove CURL from tutorial notebook #913

Open louisfh opened 7 months ago

louisfh commented 7 months ago

The localization tutorial notebook (and maybe some of the others?) uses curl to download files. This doesn't seem to work on google colab.

Curl can be replaced with wget.

sammlapp commented 4 weeks ago

wget is not working in a local Jupyter notebook for me :/ seems to be a known issue https://github.com/jupyter/notebook/issues/6702

sammlapp commented 4 weeks ago

seems to be related to anti-bot security when trying to curl or get from datadryad

louisfh commented 3 weeks ago

I'm labeling this as blocked as I can't get our colab tutorials to work at all now.