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
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
Safia Abdalla
0153883fe5
Merge pull request #1522 from jupyter/willingc-patch-1
...
Update ReadTheDocs link in CONTRIBUTING file
10 years ago
Carol Willing
fcbe6b52df
Update ReadTheDocs link in CONTRIBUTING file
10 years ago
Min RK
6ae0083ef1
Merge pull request #1520 from vanillajonathan/patch-2
...
Changed string "sub-structure" to "substructure"
10 years ago
Min RK
fe1490fedb
Merge pull request #1519 from vanillajonathan/patch-1
...
Add title attribute to image tag
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
02f8b11fc5
Merge pull request #1515 from minrk/setup-doesnt-require-genutils
...
setup doesn't require genutils
10 years ago
Min RK
f41aaa17c9
Merge pull request #1490 from blink1073/external-codemirror
...
Unify the codemirror imports
10 years ago
Min RK
151bbb9d79
setup doesn't require genutils
...
the dependency is gone, but it was still declared
10 years ago
Matthias Bussonnier
2cbc322467
Merge pull request #1468 from jtyberg/allow-root
...
Allow root user to run tests.
10 years ago
Min RK
a90857d463
Merge pull request #1511 from minrk/4.2-changes
...
changes for 4.2.1
10 years ago
Min RK
a12e6e4d05
changes for 4.2.1
10 years ago
Jason Grout
c94cb141fb
Merge pull request #1506 from blink1073/remove-lab
...
Remove hard-coded JupyterLab in favor of a server extension
10 years ago
Steven Silvester
45e16b2278
Remove lab from the app
10 years ago
Steven Silvester
bc001b8062
Remove the hardcoded jupyterlab in favor of a server extension
10 years ago
Safia Abdalla
5d0790c7dc
Merge pull request #1503 from minrk/nb-secret-docs
...
remove discussion of IPython profiles from notebook signatures docs
10 years ago
Min RK
12d5189e95
remove discussion of IPython profiles from notebook signatures docs
10 years ago
Min RK
300fef8e96
Merge pull request #1471 from minrk/reconnect
...
Fixes for reconnecting on a flaky network
10 years ago
Thomas Kluyver
6dcfc4d352
Merge pull request #1497 from minrk/finish-rename
...
finish-up os.replace PR
10 years ago
Min RK
8c9e0c3ca3
finish-up os.replace PR
...
addresses last bit of review in #1370
- remove error-catching around os.replace
- move windows-specific handling to remove_file
10 years ago
Min RK
d1cbdc822f
Merge pull request #1370 from varmas/use-os-replace
...
use os.replace instead of os.rename if available
10 years ago
Min RK
b6e8a3732e
Allow replacing stale websocket connections
...
instead of refusing duplecate connections,
since reconnect on flaky network is more likely.
10 years ago
Min RK
6c4687bc8e
remove outdated "you will NOT be able to run code" message
...
from connection-failed dialog.
This is a reference to ignored execute requests,
which are fixed by the pending-message queue.
10 years ago
Min RK
4fe10b8142
Prevent session_id collisions
...
Keep a registry of open sessions, and refuse to open duplicates.
10 years ago