Re: [PyMOL] Export molecule does not keep COLOUR* changes - RESOLVED

2019-07-03 Thread Saurabh Gayali
A similar thing happen in 3d software where generic .Obj files do not have any information of material analogous to colors in this case. They bypass this limitation by having a software specific saving file format containing all information or a separate file for material. In pymol phool scripting

[PyMOL] .

2019-07-03 Thread O.L. Simpson
Dear Pymol Users, How can I integrate PyMOL into Jupiter notebooks to visualise structures? Best m.o.l.s ___ PyMOL-users mailing list Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net Unsubscribe: https://sourceforge.net/proj

Re: [PyMOL] .

2019-07-03 Thread Saurabh Gayali
IPyMOL allows you to control PyMOL sessions via IPython. This tool is ideal for situations where you’d like to present your work neatly in a Jupyter Notebook or conveniently prototype PyMOL scripts. https://pypi.org/project/ipymol/ Regards, *Saurab