MinRK
034331c3fa
support display_pub metadata in js frontend
13 years ago
Brian E. Granger
b5ad7db080
The HTML output type accidentally got removed from the OutputArea.
...
This commit adds it back at the approp. point in the
OutputArea.display_order.
13 years ago
Brian E. Granger
41ffe3d027
Merge pull request #3089 from minrk/stdin
...
add stdin to the notebook
13 years ago
David Wyde
11b72681e2
Remove references to HTMLCell (dead code).
13 years ago
MinRK
f09eaf7b5e
cleanup stdin event submission
...
follow example in rename notebook: remove form, bind keydown for enter,
avoiding shift-enter submitting the cell again.
13 years ago
MinRK
5b434b705f
use inline raw_input instead of a dialog
13 years ago
Matthias BUSSONNIER
9a8301c9fd
merge box-flex1 class into .output-area css definition
13 years ago
Matthias BUSSONNIER
d5c744d74b
include hbox in outpuarea css
13 years ago
MinRK
4cd0d6e7bb
fix regular expression for detecting links in stdout
...
The previous expression was matching both the beginning and the end of the line,
which would end up swallowing the next match,
ultimately matching every other URL in the string.
This removes the end-of-line check, so it will match every URL.
The wrapURLs function to make URLs easier to identify does not seem to have been necessary,
and has thus been removed.
closes #2834
13 years ago
Harry Moreno
21fc8cd23b
changed instances of 'outout' to 'output' in alt text's
13 years ago
MinRK
acf3b2bf21
fix logic for append_javascript
...
PR #2911 results in appending javascript even if dynamic is false,
so in current master all javascript outputs are actually run at load.
13 years ago
Matthias BUSSONNIER
44385d9c7f
jslint
13 years ago
Matthias BUSSONNIER
bd59389626
fix bad logic
13 years ago
Matthias BUSSONNIER
fc2ee6289b
display order in output area configurable
13 years ago
Brian E. Granger
8698f6af46
Removing call to $.browser which went away in jQuery 1.9.
...
I have also cleaned up some calls to console.log.
13 years ago
Erik M. Bray
ae27cc7c3e
Locate URLs in text output and convert them to hyperlinks.
14 years ago
Matthias BUSSONNIER
33edba2c9a
warn on error when user display javascript
14 years ago
Min RK
360e40feca
Merge pull request #2047 from minrk/badFirefox
...
disable auto-scroll on mozilla
14 years ago
MinRK
422965cb3d
disable auto-scroll on mozilla
...
see #2041 for details
14 years ago
MinRK
fae43d51d4
double auto-scroll threshold to 100 lines
...
it is more important that we not be surprising or annoying than we hide moderately long output.
14 years ago
Min RK
e97f84acd8
Merge pull request #1970 from minrk/resize
...
dblclick to restore resized images
14 years ago
MinRK
9963980f37
use chained delay for setting resizable images
14 years ago
MinRK
e04fd13086
dblclick to restore size of images
14 years ago
MinRK
5f0b08145e
dblclick/double click for humans
14 years ago
MinRK
dd3e610882
third attempt at scrolled long output
...
click/double-click on prompt area for toggling scroll/collapse
14 years ago
Brian Granger
d27a86ef77
Removing resizable SVGs from output.
14 years ago
Brian Granger
41dbc82478
SVG images are now resizable in Chrome+FF.
14 years ago
Brian Granger
4b1eec0eaf
Make svg, jpeg and png images resizable in notebook.
14 years ago
Michael Droettboom
8c053ac40c
Fix rebase.
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
Brian Granger
8bd7e041cf
Misc fixes to the code cell and output area.
14 years ago
Brian Granger
644b1f85ed
Fixing bug in prompt_area handling of OutputArea.
14 years ago
Brian Granger
ae2bea23fa
Refactored CodeCell to use new OutputArea object for output.
...
This allows us to have a reusable object for formatting output.
Javascript widgets can now use this to format output as well.
14 years ago