##// END OF EJS Templates
cd completer: no longer greedy. If you are using a buggy readline that inserts...
cd completer: no longer greedy. If you are using a buggy readline that inserts spaces after completions (so you need to press backspace), do import ipy_completers ipy_completers.greedy_cd_completer = True

File last commit:

r1250:f658828f
r1266:89765fe6
Show More
README.txt
11 lines | 201 B | text/plain | TextLexer
===============
IPython1 README
===============
.. contents::
Overview
========
Welcome to IPython. New users should consult our documentation, which can be found
in the docs/source subdirectory.