##// END OF EJS Templates
make default cell type configurable...
make default cell type configurable - adds IPython.notebook.default_cell_type - default is 'code' (matching IPython 2.0) - special heuristic values include: - 'selected': default to selected cell (current master behavior) - 'above': default to cell above - 'below': default to cell below

File last commit:

r17334:44428fb9
r17785:d676ff3b
Show More
.gitignore
18 lines | 252 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/gh-pages
IPython/html/notebook/static/mathjax
IPython/html/static/style/*.map
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store