notebook-molecular-visualization icon indicating copy to clipboard operation
notebook-molecular-visualization copied to clipboard

2D and 3D molecular visualization in Jupyter notebooks using 3DMol.js and D3.js

Results 15 notebook-molecular-visualization issues
Sort by recently updated
recently updated
newest added

When installing via pip, there is an error saying that it cannot import `utils`, e.g. `from nbmolviz import utils`. When I install from source, I get this error: ``` ---------------------------------------------------------------------------...

It should operate analogously to `set_color`, `set_style`, etc. e.g. ![image](https://cloud.githubusercontent.com/assets/9388007/19826014/64bacc3a-9d36-11e6-9a40-b2db2d2b6954.png)

enhancement

To reproduce: ``` mol = mdt.from_pdb('3aid') viewer = mol.draw3d(display=True, width=1000, height=200) ``` ### Expected ![image](https://cloud.githubusercontent.com/assets/9388007/19825979/abb4be76-9d35-11e6-8dd3-7359d02fd46c.png) ### observed ![image](https://cloud.githubusercontent.com/assets/9388007/19825981/bad20120-9d35-11e6-9335-3b7525671ef9.png)

bug

The 2d visualization can become twisted into configurations that look correct at first glance, but are actually reversed. In these screenshots, the right right half of bipyridine is actually upside...

bug
viz

The title says it all, I am trying to display in my Jupyter notebook the trajectory obtained from the xtb log file but I cannot find any documentation regarding it,...