Changeset 17230 for issm/trunk-jpl/src/m/dev
- Timestamp:
- 02/07/14 09:43:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/dev/devpath.py
r17227 r17230 25 25 from plotmodel import plotmodel 26 26 27 c = get_ipython().config28 c.InteractiveShellApp.exec_lines = []29 c.InteractiveShellApp.exec_lines.append('%load_ext autoreload')30 c.InteractiveShellApp.exec_lines.append('%autoreload 2')31 c.InteractiveShellApp.exec_lines.append('print "Warning: disable autoreload in startup.py to improve performance." ')27 #c = get_ipython().config 28 #c.InteractiveShellApp.exec_lines = [] 29 #c.InteractiveShellApp.exec_lines.append('%load_ext autoreload') 30 #c.InteractiveShellApp.exec_lines.append('%autoreload 2') 31 #c.InteractiveShellApp.exec_lines.append('print "Warning: disable autoreload in startup.py to improve performance." ') 32 32 33 33 print("\n ISSM development path correctly loaded\n\n")
Note:
See TracChangeset
for help on using the changeset viewer.