In [1]:
import nglview
print("nglview verion={}".format(nglview.__version__))
In [2]:
view = nglview.show_file('1ful.pdb')
In [3]:
view
In [ ]: