Skip to content

Public pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaimergp jaimergp released this 28 Jan 22:12
· 191 commits to master since this 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 call enable_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 and pychimera notebook respectively.
  • Run scripts depending on chimera from CLI with either pychimera or python -m chimera. This includes modules (-m flag) and strings (-c flag).

I hope it's useful! Feedback is appreciated!