Public pre-release
Pre-release
Pre-release
Use UCSF Chimera packages in any Python 2.7 interpreter
With PyChimera you can...
- Enable
import chimera
in interactive coding sessions (console, notebooks) outside Chimera. Just callenable_chimera()
. Careful! Call it prior to other code or you'll lose your previous work. - You can also launch Chimera-preenabled IPython sessions or Notebooks with
pychimera ipython
andpychimera notebook
respectively. - Run scripts depending on chimera from CLI with either
pychimera
orpython -m chimera
. This includes modules (-m
flag) and strings (-c
flag).
I hope it's useful! Feedback is appreciated!