ipymol icon indicating copy to clipboard operation
ipymol copied to clipboard

Control PyMOL sessions via IPython

Results 9 ipymol issues
Sort by recently updated
recently updated
newest added

This issue may be Windows-specific. During MolViewer.start(), the error above pops up. It seemd that the OS cannot find a file for a command `dir` for its shell, but it...

Hi! I found that the pypi version of ipymol has not been updated and it does not work (not updated since 2016). However, the current version downloadable from Github works...

from matplotlib import pyplot as plt plt.imshow(data, cmap='gray') plt.show()

Hello! I ran these commands to install pymol and ipymol: ``` conda install -c schrodinger pymol pip install git+https://github.com/cxhernandez/ipymol.git@2a30d6ec1588434e6f0f72a1d572444f89ff535b ``` I tried the example code, but calling `pymol.start()` would stall....

Doing `pip install ipymol` installs version 0.5, which doesn't have the proxy pattern fix (#16). Please make a new release on pypi.

Hi, When I have the nbextension 'varinspector' turned on, and I run the command pymol.start() I get the following message: "A PyMOL RPC server is already running." If I turn...

I run below example code: ``` from ipymol import viewer as pymol pymol.start() # Start PyMOL RPC server pymol.do('fetch 3uex, struct, async=0;') pymol.do('remove solvent; ') # smoothing parameters pymol.do('alter all,...

I started ipymol using: `from ipymol import viewer as pymol` `pymol.start()` However, if I try to re-run the cell, I get the following error: `---------------------------------------------------------------------------` `RuntimeError Traceback (most recent call...

At least list some of the API accessible through the `xmlrpc` server. see `pymol._server.system.listMethods()`