rttm-viewer
rttm-viewer copied to clipboard
Not able to run rttm viewer in colab
Hi,
I followed the steps in your repo and tried to run in google colab. But some error is pooping during install.py. Please check and if possible give an example on colab

Also when removing the install.py line, it runs but not able to view the result

PS: runs flawlessly on local environment. Looks great! Thank You
Hi @AMITKESARI2000,
The viewer currently doesn't run on colab because it requires access to the browser. The goal of the installation script is to make the viewer available through a right click on an RTTM file, so it doesn't apply to colab either.
Glad to hear it works locally!
Just a suggestion, I saw that optuna library can plot interactive graphs like yours in a jupyter notebook as well, example. If possible, hope to see it in future!