##// END OF EJS Templates
Merge pull request #2295 from benjiec/pip-install-from-git...
Merge pull request #2295 from benjiec/pip-install-from-git allow pip install from github repository directly

File last commit:

r8083:2b342f1c
r8215:9e49929f merge
Show More
development.txt
13 lines | 523 B | text/plain | TextLexer
Fernando Perez
Remove dev contents in what's new (that material is now 0.12).
r5793 =====================
Development version
Brian Granger
Cleanup of docs....
r2275 =====================
Fernando Perez
Remove dev contents in what's new (that material is now 0.12).
r5793 This document describes in-flight development work.
Thomas Kluyver
Describe the IPython situation in What's New docs.
r4147
Matthias BUSSONNIER
update whatsnew
r8058 The CodeMirror js library has been updated fron 2.23 to 2.32
this might induce a few changes in behavior of keymaps in the notebook,
Thomas Kluyver
Document ways of integrating objects with IPython.
r8083 especially intenting/deindenting blocks that is now bound to Ctrl+] and ctr+[
* Exception types can now be displayed with a custom traceback, by defining a
``_render_traceback_()`` method which returns a list of strings, each
containing one line of the traceback.