lp://staging/ipython
- Get this branch:
- bzr branch lp://staging/ipython
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/ipython/ipython.git.
Last successful import was .
Whiteboard
Contains submodules, which require nested tree support in bzr.
Recent revisions
- 3154. By Fernando Perez
-
Merge pull request #3158 from minrk/autosave
Add autosaving to the notebook, while retaining manual checkpoint creation.
Autosave will perodically save the notebook, with a default interval of two minutes. This interval is configurable, and the system will automatically back off the frequency if it detects that the save operation takes too long. This can be the case if working remotely over a slow link, so this will automatically conserve bandwidth.
The manual save operation remains available and bound to the same keys, but now it causes the creation of a separate checkpoint, which is stored in a hidden directory called `.ipynb_
checkpoints` . This provides users a poor-man's version control with a single revert point and the ability to safely experiment with potentially destructive changes to a notebook without concern that the autosave operation may clobber their file on disk. See [IPEP 15](https:/
/github. com/ipython/ ipython/ wiki/IPEP- 15%3A-Autosavin g-the-IPython- Notebook) for details of the proposal. - 3153. By Min Ragan-Kelley
-
Merge pull request #3252 from juliantaylor/
dedup-doc move images out of _static folder into _images
- 3152. By Brian Granger
-
Merge pull request #3251 from takluyver/
cellmagics- qtconsole Fix for cell magics in Qt console
- 3151. By Brian Granger
-
Merge pull request #3250 from liftoff/master
Added a simple __html__() method to the HTML class
- 3150. By Min Ragan-Kelley
-
Merge pull request #3249 from juliantaylor/
remove- sphinx- inh-diag remove copy of sphinx inheritance_
diagram. py sphinx includes it since 0.6 (Mar 2009), as its only needed to build
documentation it should be safe to require this version. - 3149. By Min Ragan-Kelley
-
Merge pull request #3235 from ellisonbg/
removeprint Remove the unused print notebook view
- 3148. By Brian Granger
-
Merge pull request #3238 from ellisonbg/tabstyle
Improve the design of the tab completion UI
- 3147. By Min Ragan-Kelley
-
Merge pull request #3242 from babouaya/master
Make changes of Application.
log_format effective closes #3236
- 3146. By Fernando Perez
-
Merge pull request #3219 from siyuz/ctrl-
c_clear_ line Workaround so only one CTRL-C is required for a new prompt in --gui=qt.
- 3145. By Brian Granger
-
Merge pull request #3190 from minrk/image_size
allow formatters to specify metadata
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)