Jonathan Frederic
|
d88daf1bb7
|
Ran jdfreder/bootstrap2to3
|
12 years ago |
MinRK
|
42ae83da16
|
add shim for double-serialized JSON
msgspec gives unserialized JSON,
nbformat v3 wants JSON strings.
|
12 years ago |
MinRK
|
de0b7f140c
|
move pyout/execute_result and pyerr/error transforms to to/fromJSON
like the mime-type maps
|
12 years ago |
MinRK
|
98c408cbd1
|
support password in input_request
|
12 years ago |
MinRK
|
5fb9837f5a
|
pyerr -> error
|
12 years ago |
MinRK
|
38c76aa913
|
pyout -> execute_result
nbformat and nbconvert are not affected
|
12 years ago |
Min RK
|
86cd81014f
|
Merge pull request #5648 from andrewjesaitis/ticket4756
Adds markdown formatting to output cells
|
12 years ago |
Min RK
|
048a36e4fd
|
Merge pull request #5523 from jdfreder/i5521
Make SVGs resizable in the NB
|
12 years ago |
Andrew Jesaitis
|
889b711fd7
|
Adds markdown formatting to output cells
|
12 years ago |
MinRK
|
4bc14c1154
|
never use `for (var i in array)`
because javascript is terrible
|
12 years ago |
Jonathan Frederic
|
1cac0e3fca
|
Make SVGs resizable in the NB
|
12 years ago |
jon
|
2c1f9790db
|
Don't send \r characters in zmqshell clear_ourput
|
12 years ago |
Jonathan Frederic
|
d4d4b2ac73
|
Cleanup
|
12 years ago |
Jonathan Frederic
|
ccdb1b2d25
|
Make sure to not call old load events
|
12 years ago |
Jonathan Frederic
|
7cc8211c6d
|
A couple of fixes,
- Fix missing `type` from png/jpeg check
- Don't resize on weird chr(13) stand alone stream msgs
|
12 years ago |
jon
|
955c419f24
|
Try removing the callbacks
|
12 years ago |
jon
|
eebae30bd1
|
Use .load() to resize
|
12 years ago |
jon
|
45d69b5f25
|
Move append_output animation height lock release into timeout.
|
12 years ago |
Jonathan Frederic
|
1235c2f638
|
Make sure `element` is correct in the context of displayed JS
closes #5293
|
12 years ago |
MinRK
|
065a6eaa34
|
fix ambiguous raw_input classes
|
12 years ago |
MinRK
|
a24595d16b
|
call append_text from append_map
|
12 years ago |
MinRK
|
4d1f9b21c4
|
append functions are not prototype methods
|
12 years ago |
Jonathan Frederic
|
9c5bca99e2
|
addClass instead of adding extra_class arg everywhere
|
12 years ago |
Jonathan Frederic
|
6169acfc6d
|
Fixed rebase issues
|
12 years ago |
Jonathan Frederic
|
8b3c356c8d
|
Add extra_class arg to the rest of the append methods,
use new extra_arg to add output_pyout class
|
12 years ago |
Jonathan Frederic
|
b92ede2800
|
Added output_pyerr to python error output
|
12 years ago |
MinRK
|
6792d38215
|
log excluded untrusted output
|
12 years ago |
MinRK
|
aaefc5f296
|
remove warning for stripped output
|
12 years ago |
MinRK
|
6384502e47
|
sanitize untrusted HTML output
rather than checking is_safe
|
12 years ago |
MinRK
|
3d0957c7bc
|
trust latex
If mathjax is insecure, we have big problems.
And we already trust mathjax in markdown cells,
so this is consistent.
|
12 years ago |
Brian E. Granger
|
3b262912a1
|
Display safe HTML+SVG even if untrusted, but don't set trusted=1.
|
12 years ago |
Brian E. Granger
|
af7dd15181
|
Removing old keyboard handling from IPython.utils.
|
12 years ago |
Brian E. Granger
|
8c5b32c987
|
Merge pull request #5223 from minrk/tiny-images
use on-load event to trigger resizable images
|
12 years ago |
MinRK
|
983271a36f
|
use on-load event to trigger resizable images
instead of timeout, which could get incorrect size information.
closes #5219
|
12 years ago |
Brian E. Granger
|
88460cd212
|
Merge pull request #5175 from jdfreder/html-take2
Audit .html() calls take #2
|
12 years ago |
Brian E. Granger
|
edb8d68331
|
Merge pull request #5132 from minrk/oops-pdf-transform
remove application/pdf->pdf transform in javascript
|
12 years ago |
Jonathan Frederic
|
407fc0a017
|
s/with with/with
|
12 years ago |
Jonathan Frederic
|
ad03225cf6
|
Audit .html() calls take #2
|
12 years ago |
Paul Ivanov
|
efc01b8854
|
remove append_json reference
we never had such a method
|
12 years ago |
MinRK
|
ea8896399b
|
remove application/pdf->pdf transform in javascript
We have the old transforms because they were added before we realized it was a bad idea. We should not add new ones.
|
12 years ago |
Brian E. Granger
|
2b4559513d
|
Adding basic append_pdf in OutputArea.
|
12 years ago |
Min RK
|
a5feb922a3
|
Merge pull request #4774 from Carreau/emit-output
emit event on appended element on dom
|
12 years ago |
Matthias BUSSONNIER
|
03b5e0b2e0
|
put OutputArea map at the end
|
12 years ago |
MinRK
|
1b74ee0c3e
|
note v4.1 msg spec change in clear_output handler
|
12 years ago |
Brian E. Granger
|
7c722d4b6c
|
Merge pull request #4824 from minrk/sign-notebooks
sign notebooks
|
12 years ago |
Brian E. Granger
|
ffe92842fc
|
Merge pull request #4853 from minrk/imgmd
fix setting image height/width from metadata
|
12 years ago |
Matthias BUSSONNIER
|
9d54212f17
|
reorder class properties
|
12 years ago |
Matthias BUSSONNIER
|
8c57e9e788
|
Fixme comment + whatsnew
|
12 years ago |
Matthias BUSSONNIER
|
aa5477beb7
|
fix Brian and Min comment
|
12 years ago |
Matthias BUSSONNIER
|
9f2203340a
|
emit event when mimetype are append to output area.
|
12 years ago |