wenjun.swj
17a7fe76a9
encode file name in Content-Disposition when it contains non-ascii characters
10 years ago
Matthias Bussonnier
52bade4f01
Merge pull request #1614 from staeiou/master
...
Add info on how to launch master branch install
10 years ago
Stuart Geiger
cad19f86bf
Add info on how to launch master branch install
10 years ago
Matthias Bussonnier
7607db428b
Merge pull request #1603 from minrk/rm-docker-readme
...
remove outdated/false docker info from README
10 years ago
Min RK
79e899a87b
remove outdated/false docker info from README
...
the jupyter/notebok docker image is gone, leaving only various docker-stacks
10 years ago
Thomas Kluyver
1176f29c61
Merge pull request #1599 from minrk/validate_nb
...
fix notebook validation
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
Min RK
b2641bb44f
Merge pull request #1598 from willingc/contrib
...
Remove general install link
10 years ago
Carol Willing
3fb49c795d
Remove general install link
10 years ago
Thomas Kluyver
797227b4ad
Merge pull request #1591 from blink1073/use-xterm
...
Switch to xterm for the terminal emulator
10 years ago
Steven Silvester
f74608ddaa
Remove check for term.js file
10 years ago
Min RK
c99cd2b330
Merge pull request #1592 from jupyter/pandoc-requirement
...
Note that pandoc is required to build docs
10 years ago
Peter Parente
d6e81fef15
Note that pandoc is required for doc
10 years ago
Steven Silvester
d0708614b5
Add missing webpack loaders
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
Thomas Kluyver
1b4af762e0
Merge pull request #1577 from mkoske/fix/hide-files-on-windows
...
Fix #1532
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
Min RK
48cf6b1c77
Merge pull request #1568 from mgeier/list-css
...
CSS: Clean up list spacing
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
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
Matthias Bussonnier
7bf60ddf38
Merge pull request #1557 from ssanderson/addcleanup-instead-of-teardown
...
Use addCleanup instead of tearDown in several test suites.
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
Min RK
c9a7e9df13
Merge pull request #1553 from Carreau/goodbye-docker
...
Remove the dockerfile.
10 years ago
Matthias Bussonnier
7df870730b
Remove the dockerfile.
...
We have too many issues related to the dockerimage.
Closes Many issues.
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
Min RK
cff1baf6f3
Merge pull request #1547 from blink1073/remove-lab
...
Load codemirror as a script tag
10 years ago
Steven Silvester
a58cb91219
Allow for a bare 'codemirror' import
10 years ago
Steven Silvester
8966a1c61f
Avoid bundling CodeMirror due to relative imports
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
Min RK
869d5d9ffc
Merge pull request #1527 from SylvainCorlay/traitlets_api
...
Update traitlets API
10 years ago
Carol Willing
a9791e0477
Merge pull request #1533 from jupyter/willingc-patch-1
...
Update link to Contributor guides
10 years ago
Carol Willing
4362f03227
Update link to Contributor guides
10 years ago