marcotcr / checklist

Beyond Accuracy: Behavioral Testing of NLP models with CheckList
MIT License
2.01k stars 204 forks source link

Can't get the template editor to show in colab #5

Closed lapolonio closed 4 years ago

lapolonio commented 4 years ago

Code here: https://colab.research.google.com/github/lapolonio/checklist/blob/master/notebooks/Sentiment.ipynb

marcotcr commented 4 years ago

It sounds like colab doesn't support custom ipywidgets, which we use for the template editor. Sorry! You can still use editor.suggest or editor.suggest_replace (see this) though.

lucky-bai commented 4 years ago

It also doesn't work on JupyterLab for me (running the first tutorial).

marcotcr commented 4 years ago

Er, sorry, JupyterLab also doesn't work with these extensions. I'll add a note to the readme.