Ipymol
Control PyMOL sessions via IPython
Install / Use
/learn @cxhernandez/IpymolREADME
.. image:: https://badge.fury.io/py/ipymol.svg :target: https://pypi.python.org/pypi/ipymol/ :alt: Latest PyPI version
IPyMOL
IPyMOL allows you to control PyMOL <https://www.pymol.org>_ sessions via IPython. This tool is ideal for situations where you'd like to present your work neatly in a Jupyter Notebook <https://jupyter.org/>_ or conveniently prototype PyMOL scripts.
Before You Begin
Please ensure that PyMOL is in your $PATH as pymol or you can start PyMOL in server mode:
.. code:: shell
$ pymol -R #-cKRQ to run it without a GUI
Installation
.. code:: shell
pip install ipymol
Example Usage
You can fire up an IPython or IPython Notebook session and start using IPyMOL. For example:
.. code:: python
from ipymol import viewer as pymol
pymol.fetch('3odu') # Fetch PDB
pymol.show_as('cartoon') # Show as cartoon
pymol.bg_color('white') # Set background color to white
pymol.display() # Show current display
This series of commands will define a variable pymol of class MolViewer, which can pass commands to PyMOL, and then create an image of PDBID:3odu in your IPython session.
Additional commands can be invoked via pymol.do("[ENTER YOUR COMMAND HERE]").
Here's an example notebook <https://nbviewer.org/github/cxhernandez/iPyMol/blob/master/examples/Example1.ipynb>_ with more information.
Enjoy!
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
83.9kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
339.5kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
