##// END OF EJS Templates
Merge pull request #1762 from minrk/locate...
Merge pull request #1762 from minrk/locate Add `locate` entry points; these would be useful for quickly locating IPython directories and profiles from other (non-Python) applications. Examples: $> ipython locate /Users/me/.ipython $> ipython locate profile foo /Users/me/.ipython/profile_foo $> ipython locate profile /Users/me/.ipython/profile_default $> ipython locate profile dne [ProfileLocate] Profile u'dne' not found.
Fernando Perez -
r7397:0d0d2088 merge
Show More
Name Size Modified Last Commit Author
/ IPython / extensions
tests
__init__.py Loading ...
autoreload.py Loading ...
cythonmagic.py Loading ...
parallelmagic.py Loading ...
rmagic.py Loading ...
storemagic.py Loading ...
sympyprinting.py Loading ...