Open dominiquesydow opened 3 years ago
I found a workaround for colab and MDAnalysis (#148). However, google colab does not support nglview. So, there is no way we can make all talktorials properly work out on colab (#816).
Linking https://github.com/volkamerlab/teachopencadd/pull/151 because the MDAnalysis problem (for Colab or not) may get resolved there.
We currently offer running the notebooks
In the future, add support for Google Colab.
Per notebook add cells at the beginning of the notebook to install the dependencies from our
teachopencadd
environment, e.g. like this (see discussion https://github.com/volkamerlab/teachopencadd/issues/129#issuecomment-913715209):However, some dependencies seem to cause problems:
numpy
version does not match withmdanalysis
: https://github.com/volkamerlab/teachopencadd/issues/148