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.
2016-06-18 14:40:24 -04:00
Scott Sanderson
9ba5c8dd90
TEST: Use addCleanup in test_contents_api.
...
This guarantess that resources are deleted correctly event if setUp fails.
2016-06-18 14:39:27 -04:00
Scott Sanderson
34ef078b00
TEST: Use addCleanup in test_nbconvert_handlers.py
...
This guarantees that resources are cleaned up correctly even if setUp
fails.
2016-06-18 14:38:49 -04:00
Matthias Bussonnier
c188b0ad42
Merge pull request #1549 from natalieperna/master
...
Allow completion picking by clicking option.
2016-06-17 09:33:40 -07:00
Min RK
c9a7e9df13
Merge pull request #1553 from Carreau/goodbye-docker
...
Remove the dockerfile.
2016-06-17 10:14:42 +02:00
Matthias Bussonnier
7df870730b
Remove the dockerfile.
...
We have too many issues related to the dockerimage.
Closes Many issues.
2016-06-16 17:20:46 -07:00
Natalie Perna
67a985bf08
Restore editor focus after completion pick.
2016-06-16 12:25:53 -04:00
Min RK
cff1baf6f3
Merge pull request #1547 from blink1073/remove-lab
...
Load codemirror as a script tag
2016-06-16 14:49:10 +02:00
Steven Silvester
a58cb91219
Allow for a bare 'codemirror' import
2016-06-16 07:34:56 -05:00
Steven Silvester
8966a1c61f
Avoid bundling CodeMirror due to relative imports
2016-06-16 06:52:46 -05:00
Natalie Perna
adf60dd1e2
Pick completion option with single- rather than double-click.
2016-06-15 15:39:06 -04:00
Natalie Perna
9472d85d6b
Allow completion picking by double-clicking option.
2016-06-15 15:38:12 -04:00
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
2016-06-15 09:10:20 -05:00
Safia Abdalla
3ea9c96bbc
Merge pull request #1526 from minrk/nbconfig-priority
...
reverse nbconfig load order
2016-06-14 11:27:09 -06:00
Min RK
869d5d9ffc
Merge pull request #1527 from SylvainCorlay/traitlets_api
...
Update traitlets API
2016-06-13 09:17:08 +02:00
Carol Willing
a9791e0477
Merge pull request #1533 from jupyter/willingc-patch-1
...
Update link to Contributor guides
2016-06-11 04:43:04 -07:00
Carol Willing
4362f03227
Update link to Contributor guides
2016-06-11 04:42:42 -07:00
Sylvain Corlay
a91af4d642
Update traitlets API
2016-06-10 17:27:00 -04:00
Min RK
710dcd6299
reverse nbconfig load order
...
list is in descending priority, so load should iterate back to front, to ensure user config wins
2016-06-10 15:21:19 +02:00
Safia Abdalla
0153883fe5
Merge pull request #1522 from jupyter/willingc-patch-1
...
Update ReadTheDocs link in CONTRIBUTING file
2016-06-07 15:45:24 -05:00
Carol Willing
fcbe6b52df
Update ReadTheDocs link in CONTRIBUTING file
2016-06-07 13:08:58 -07:00
Min RK
6ae0083ef1
Merge pull request #1520 from vanillajonathan/patch-2
...
Changed string "sub-structure" to "substructure"
2016-06-07 15:50:22 +02:00
Min RK
fe1490fedb
Merge pull request #1519 from vanillajonathan/patch-1
...
Add title attribute to image tag
2016-06-07 15:49:42 +02:00
Jonathan
243b915646
Changed string "sub-structure" to "substructure"
2016-06-07 14:30:14 +02:00
Jonathan
b5d8d45ab8
Add title attribute to image tag
2016-06-07 14:26:04 +02:00
Min RK
caca248b6f
Merge pull request #1518 from chultquist/master
...
Allow requests to POST in OPTIONS requests
2016-06-07 11:01:42 +02:00
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).
2016-06-07 09:52:21 +01:00
Min RK
02f8b11fc5
Merge pull request #1515 from minrk/setup-doesnt-require-genutils
...
setup doesn't require genutils
2016-06-06 14:58:19 +02:00
Min RK
f41aaa17c9
Merge pull request #1490 from blink1073/external-codemirror
...
Unify the codemirror imports
2016-06-06 10:41:53 +02:00
Min RK
151bbb9d79
setup doesn't require genutils
...
the dependency is gone, but it was still declared
2016-06-04 21:46:23 +02:00
Matthias Bussonnier
2cbc322467
Merge pull request #1468 from jtyberg/allow-root
...
Allow root user to run tests.
2016-06-03 17:18:09 -07:00
Min RK
a90857d463
Merge pull request #1511 from minrk/4.2-changes
...
changes for 4.2.1
2016-06-03 22:01:25 +02:00
Min RK
a12e6e4d05
changes for 4.2.1
2016-06-03 13:51:20 +02:00
Jason Grout
c94cb141fb
Merge pull request #1506 from blink1073/remove-lab
...
Remove hard-coded JupyterLab in favor of a server extension
2016-06-02 14:49:33 -04:00
Steven Silvester
45e16b2278
Remove lab from the app
2016-06-02 13:29:48 -05:00
Steven Silvester
bc001b8062
Remove the hardcoded jupyterlab in favor of a server extension
2016-06-02 13:14:05 -05:00
Safia Abdalla
5d0790c7dc
Merge pull request #1503 from minrk/nb-secret-docs
...
remove discussion of IPython profiles from notebook signatures docs
2016-06-01 04:24:57 -05:00
Min RK
12d5189e95
remove discussion of IPython profiles from notebook signatures docs
2016-06-01 11:01:48 +02:00
Min RK
300fef8e96
Merge pull request #1471 from minrk/reconnect
...
Fixes for reconnecting on a flaky network
2016-05-30 11:00:29 +02:00
Thomas Kluyver
6dcfc4d352
Merge pull request #1497 from minrk/finish-rename
...
finish-up os.replace PR
2016-05-27 18:05:09 +01:00
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
2016-05-27 13:18:53 +02:00
Min RK
d1cbdc822f
Merge pull request #1370 from varmas/use-os-replace
...
use os.replace instead of os.rename if available
2016-05-27 13:17:19 +02:00
Min RK
b6e8a3732e
Allow replacing stale websocket connections
...
instead of refusing duplecate connections,
since reconnect on flaky network is more likely.
2016-05-27 13:00:28 +02:00
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.
2016-05-27 13:00:28 +02:00
Min RK
4fe10b8142
Prevent session_id collisions
...
Keep a registry of open sessions, and refuse to open duplicates.
2016-05-27 13:00:28 +02:00
Min RK
e110914495
register callbacks before sending message
...
just in case of infinitely fast replies
2016-05-27 13:00:28 +02:00
Min RK
14e276c6f1
allow explicit reconnect
...
rather than reconnect being a no-op if it appears connected
this allows an escape hatch if the connection should be forcefully reestablished.
2016-05-27 13:00:28 +02:00
Matthias Bussonnier
20ad0d03ee
Merge pull request #1476 from minrk/backoff-codecov
...
Don't require patch coverage for CI
2016-05-26 18:17:27 -07:00
Matthias Bussonnier
45fec0e62e
Merge pull request #1494 from dhirschfeld/fix-quotes
...
Fix quoting in `package.json`
2016-05-26 18:11:11 -07:00
Dave Hirschfeld
34203fa00f
Fix quoting in package.json
2016-05-27 10:30:36 +10:00