nglview icon indicating copy to clipboard operation
nglview copied to clipboard

Doesn't seem to work with google colab

Open 0xorial opened this issue 1 year ago • 4 comments

I am trying to run nglview in google colab, but even simplest test does not seem to show anything. The repro here: https://colab.research.google.com/drive/1zN-Kt3o25i7xbjUjP9woQZXSgmGlpDIC

image

0xorial avatar May 12 '24 20:05 0xorial

hi I don't think nglview works well with colab.

hainm avatar May 14 '24 20:05 hainm

I guess it is the problem with the ipywidgets version 8. I tried the below code and it works now.

!mamba install -c conda-forge nglview ipywidgets=7

kimjc95 avatar Jul 31 '24 17:07 kimjc95