Google Colab Voila Error

On Colab notebook, Everything runs fine until you try to enable voila as an extension:

Screenshot_2020-09-14 Google Colaboratory(1)

I tried replacing option “–sys-prefix” with “–user” but I get the same error. Any idea how to solve it?

1 Like

I have the same issue… I couldn’t find a way to solve it.

Did you guys solve the issue? Same here.

I don’t think Voila is supported in Google Colab. I couldn’t find any clear references, but these might help [1][2].

[1] Lesson 3 - Official Topic
[2] https://github.com/voila-dashboards/voila/issues/265

What I did was:

  1. install and run everything locally on my machine (worked without a problem)
  2. upload the code to GitHub
  3. run it on binder

And it looks good now. You can even check it here: