Min RK
d4727ba7cf
fix missing comma
14 years ago
Brian Granger
fc040f5da2
Resolving conflict in utils.js.
14 years ago
Michael Droettboom
b471db22e0
Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom
a9453360a9
Handle carriage return characters ("\r") in HTML notebook output.
...
Conflicts:
IPython/frontend/html/notebook/static/js/utils.js
14 years ago
Michael Droettboom
f058068f53
Fix carriage-return handling regular expression so it doesn't treat "\r\n" as "\r".
14 years ago
Brian Granger
8bd7e041cf
Misc fixes to the code cell and output area.
14 years ago
Matthias BUSSONNIER
129f114868
Uppercase constant keycode in utils.js
14 years ago
Matthias BUSSONNIER
23ef964f06
add ctrlKey.which to utils
...
and modifies some file to use it
14 years ago
Matthias BUSSONNIER
fa6b8974ea
add a keycodes structure to utils
...
this structure (IPython.utils.keycodes)
add some common keycodes like tab...etc
and start modifying codecell.js to use it for better readability
14 years ago
MinRK
97151aa3b8
revert PR #1659
...
caused critical problems with subprocess output.
See `!ls` for an example.
14 years ago
Michael Droettboom
a5d7dd8d2b
Fix typo in comment
14 years ago
Michael Droettboom
e8be6bbe50
Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom
50fa35b1cc
Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
MinRK
5c6c247b65
[notebook] clear_output is handled after a delay
...
This reduces flicker during common loops like:
for step in stuff:
clear_output()
print something
the timeout is flushed *immediately* on any subsequent output.
14 years ago
Stefan van der Walt
6ffc2ffd4b
Clean up javascript based on js2-mode feedback.
14 years ago
Brian Granger
b7ab64f304
fixConsole no longer trims the final text.
15 years ago
Brian E. Granger
e176318797
More review changes.
...
* Favicon.ico is served.
* Test suit now passes.
* Help links work for for me.
* Other changes made to address inline comments.
* The printing of long lines is an extremely subtle issue and I will open an issue for it.
* zmqws.py is completely gone so the naked print is not an issue.
* ipython-notebook removed from scripts.
* Updated copyright and authors of files.
* Fixed missing docstrings in IPython.nbformat.
15 years ago
Brian Granger
f24bd4f635
Colors now working in tracebacks and the pager.
...
For now I am just converting ANSI color escape sequences to HTML
<span> tags that have css classes for coloring.
15 years ago
Brian E. Granger
4e0dd9ddbb
Pager is working again.
15 years ago
Brian E. Granger
215fbc4a29
Implemented module and namespace pattern in js notebook.
15 years ago
Brian E. Granger
1fd4434be4
Splitting notebook.js into muliple files for development ease.
15 years ago