huggingface / blog

Public repo for HF blog posts
https://hf.co/blog
2.42k stars 763 forks source link

Running colab notebook #344

Open ChiscoD opened 2 years ago

ChiscoD commented 2 years ago

error When running colab, colab throw this error

NielsRogge commented 2 years ago

Thanks for your interest in the blog. I am able to reproduce it, it seems you need to restart the Colab runtime after doing pip install -U matplotlib. cc @kashif

kashif commented 2 years ago

@NielsRogge we can remove the need to pip install matplotlib as I believe its already there by default...