##// END OF EJS Templates
Merge pull request #3203 from takluyver/cell-magics-wholecell...
Merge pull request #3203 from takluyver/cell-magics-wholecell Separate InputSplitter for transforming whole cells This allows cell magics to include blank lines once again (closes #3178). InteractiveShell now has two input splitters: - `input_splitter` is used to determine when a block of input is complete, so you can use a cell magic in the terminal by leaving a blank line at the end. - `input_transformer_manager` is used to transform whole cells, so cell magics affect the whole of their cell. I removed the similar concept of 'input modes' for InputSplitter, because it was bound to get conflated, and it made the code rather hard to follow.
Min RK -
r10256:410df964 merge
Show More
Name Size Modified Last Commit Author
/ tools
alldeps
backport_pr.py Loading ...
build_release Loading ...
check_sources.py Loading ...
gh_api.py Loading ...
git-mpr.py Loading ...
git-mrb Loading ...
github_stats.py Loading ...
gitwash_dumper.py Loading ...
make_tarball.py Loading ...
mknbindex.py Loading ...
post_pr_test.py Loading ...
release Loading ...
release_windows.py Loading ...
run_ipy_in_profiler.py Loading ...
test_pr.py Loading ...
testupload Loading ...
toollib.py Loading ...