notebook-molecular-visualization
notebook-molecular-visualization copied to clipboard
Viewer ignores width and height keyword arguments
To reproduce:
mol = mdt.from_pdb('3aid')
viewer = mol.draw3d(display=True, width=1000, height=200)