Go to file
Fernando Perez a919ef339b Merge pull request #1039 from Carreau/notebook-as-you-type-completer
Improve tab-completer in the notebook to filter list of completions 'as you type'.  Once the completions list is opened, you can continue typing letters and the list will filter down as less items match.  Typing tab again will activate the completion once there are no ambiguities.

This brings the experience in the notebook much closer to the feel of a readline completer, so muscle memory can carry across systems.
2011-11-29 22:11:44 -08:00
docs/source/_static Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
IPython fix double tooltip 2011-11-30 00:33:38 +01:00
.gitignore Add MANIFEST to ignore list. 2011-10-13 22:13:30 -07:00
.mailmap ENH: initial .mailmap to unify major contributors appearance in shortlog 2011-09-12 17:08:51 -07:00
setup.py Fix setup.py script to be executable (other tools expect this) 2011-10-09 11:28:13 -07:00
setupbase.py add README to startup dir 2011-10-30 17:28:52 -07:00