- download ipython http://ipython.scipy.org/dist/
- extract to your ccpnm directory tar ipython-0.7.1.fix1.tar.gz
- go to tar ipython-0.7.1
- type
setup.py install whereis the python you used to install analysis - edit $CCPNMR_TOP_DIR/ccpnmr1.0/python/ccpnmr/analysis/AnalysisGui.py
- at about line 52 after import Tkinter put import IPython on a new line
- at about line 105 add:
from IPython.Shell import IPShellEmbed
ipshell = IPShellEmbed()
ipshell()
Friday, April 28, 2006
Get ipython in analysis
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment