Grant Nestor
fd03c87f43
Merge pull request #1565 from poke1024/mathjaxmml
...
MathJax MML support
10 years ago
Steve Miller
b5552575c9
Update notebookapp.py
...
Typo
10 years ago
Grant Nestor
5a03481d55
Merge pull request #1658 from gnestor/trusted-notification
...
Display "trusted" and "untrusted" notifications
10 years ago
Grant Nestor
055499563c
Use classic style for trusted notification
10 years ago
Min RK
d78cc473dc
Merge pull request #1659 from Carreau/attachments
...
Update attachment spec
10 years ago
Min RK
8d825e4361
use `$.text` to put latex on the page
...
instead of `$.append`
does proper escaping of latex that might be interpreted as HTML tags
Fix CVE-2016-6524
10 years ago
Matthias Bussonnier
106f8c7dc8
Update attachment spec
...
Step toward #1655
10 years ago
Grant Nestor
fc072a221b
Display "trusted" and "untrusted" notifications
10 years ago
Grant Nestor
025f753c7d
Merge pull request #1645 from Carreau/improve-nbextension-error-message
...
Improve the error message for the nbextension.
10 years ago
Thomas Kluyver
c80c19be0d
Fix missed in traitlets API overhaul
...
Closes gh-1649
10 years ago
Philipp A
16af539f95
Improved message for conflicting args
10 years ago
Matthias Bussonnier
25232daae3
Improve the error message for the nbextension.
...
Closes #1624
10 years ago
Min RK
37349b9953
include cross-origin check when allowing login URL redirects
10 years ago
wenjun.swj
184e1e28fe
typo
10 years ago
wenjun.swj
17a7fe76a9
encode file name in Content-Disposition when it contains non-ascii characters
10 years ago
Min RK
02a81adf3e
test opening an invalid notebook
...
ensure we get a validation failed message
10 years ago
Min RK
6768b89407
fix notebook validation
...
validate was imported from traitlets in #1527 , clobbering validate from nbformat
10 years ago
Steven Silvester
d223e96fe1
Switch to xterm for the terminal emulator
10 years ago
Min RK
53ab302a98
Merge pull request #1573 from takluyver/fix-backspace-in-output
...
Process backspace characters in output
10 years ago
Thomas Kluyver
e83d490a89
Fix silly Javascript
10 years ago
Thomas Kluyver
e7d1950aaf
Add tests and hope
10 years ago
Miika Koskela
4486b1e295
Fix #1532
10 years ago
Thomas Kluyver
e77d7ebfb0
Process backspace characters in output
...
These are like carriage return, but only affect a character before them
instead of the whole line. I've checked that this makes the output from
'man ls' look OK.
Closes gh-1572
10 years ago
Min RK
8a0b8898d7
Merge pull request #1561 from Fitz3012/master
...
[Post save hook] Raise web.HTTPError on fail
10 years ago
Matthias Geier
848d7d1585
CSS: Clean up list spacing
...
This is closer to what was intended with `* + ul` etc. (see
https://github.com/jupyter/notebook/issues/1392#issuecomment-215022995 ),
but it is still not really good.
Especially nested lists look awkward.
10 years ago
Min RK
178f9f3edf
Merge pull request #1564 from eskirk/list_spacing
...
Corrected spacing above list elements
10 years ago
Bernhard Liebl
ab8f837ce9
switch from MathJax configuration TeX-AMS_HTML-full to TeX-AMS-MML_HTMLorMML-full
10 years ago
Elliot Kirk
f4dd6d6058
Corrected spacing above list elements
10 years ago
Pierre
2ae49c84f9
[Post save hook] Raise web.HTTPError on fail
10 years ago
Matthias Bussonnier
89be0752f3
Merge pull request #1552 from minrk/ssl_options
...
avoid clobbering ssl_options.ssl_version
10 years ago
Scott Sanderson
129f990122
TEST: Use addCleanup in test_sessions_api.
...
This ensures that directories are correctly cleaned up even if tests
fail during setUp.
10 years ago
Scott Sanderson
53ebb068c9
TEST: Use addCleanup in test_sessionmanager.
10 years ago
Scott Sanderson
d5856dc8b0
TEST: Use addCleanup in test_nbextensions.
...
This ensures that resources/patches created during setUp are torn down
correctly even if setUp fails.
10 years ago
Scott Sanderson
9ba5c8dd90
TEST: Use addCleanup in test_contents_api.
...
This guarantess that resources are deleted correctly event if setUp fails.
10 years ago
Scott Sanderson
34ef078b00
TEST: Use addCleanup in test_nbconvert_handlers.py
...
This guarantees that resources are cleaned up correctly even if setUp
fails.
10 years ago
Matthias Bussonnier
c188b0ad42
Merge pull request #1549 from natalieperna/master
...
Allow completion picking by clicking option.
10 years ago
Natalie Perna
67a985bf08
Restore editor focus after completion pick.
10 years ago
Min RK
bced8a8162
avoid clobbering ssl_options.ssl_version
...
use setdefault instead of setting directly, so that the user can override these values.
10 years ago
Natalie Perna
adf60dd1e2
Pick completion option with single- rather than double-click.
10 years ago
Natalie Perna
9472d85d6b
Allow completion picking by double-clicking option.
10 years ago
Steven Silvester
6205ba9a21
Unify handling of CodeMirror
...
Load codemirror as a script tag
Load codemirror synchronously
More cleanup of codemirror handling
Make the config more succinct
Reinstate mode/meta
10 years ago
Safia Abdalla
3ea9c96bbc
Merge pull request #1526 from minrk/nbconfig-priority
...
reverse nbconfig load order
10 years ago
Sylvain Corlay
a91af4d642
Update traitlets API
10 years ago
Min RK
710dcd6299
reverse nbconfig load order
...
list is in descending priority, so load should iterate back to front, to ensure user config wins
10 years ago
Min RK
6ae0083ef1
Merge pull request #1520 from vanillajonathan/patch-2
...
Changed string "sub-structure" to "substructure"
10 years ago
Jonathan
243b915646
Changed string "sub-structure" to "substructure"
10 years ago
Jonathan
b5d8d45ab8
Add title attribute to image tag
10 years ago
Min RK
caca248b6f
Merge pull request #1518 from chultquist/master
...
Allow requests to POST in OPTIONS requests
10 years ago
chultquist
144807bc3c
Allow requests to POST in OPTIONS requests
...
Commit 65eb248209 introduced a bug by not allowing the POST method in OPTIONS requests (which is wrong since several parts of the API accept POST requests, for example creating a new kernel).
10 years ago
Min RK
f41aaa17c9
Merge pull request #1490 from blink1073/external-codemirror
...
Unify the codemirror imports
10 years ago