Autodesk / Autodesk/notebook-molecular-visualization
Viewer ignores width and height keyword arguments
Open
bug
- Dominant language
- Python
- Stars
- 88
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce:
```
mol = mdt.from_pdb('3aid')
viewer = mol.draw3d(display=True, width=1000, height=200)
```
### Expected

### observed

Contributor guide
Assessment
This issue has not been assessed yet.