I installed tabview into a notebook hosted through google's colab service:
https://colab.research.google.com/
I then tried to do the simple example given in the readme file
import tabview as t
a = [["a","b","c"], ["d","e","f"]]
t.view(a)
And received the following error:
. error: nocbreak() returned ERR
Will this package compatible with google colab?