Thomas Kluyver
3b4ec0d1cf
Update ObviousCI download for Appveyor
...
As suggested at https://github.com/pelson/Obvious-CI/issues/68
2016-11-13 16:58:11 -08:00
Thomas Kluyver
78dc8a8c7a
Fix extending range selection down to markdown cell
...
The 'moveanchor' argument was not getting passed down to the parent
class' select() method.
Closes gh-1589
2016-11-13 16:34:17 -08:00
Thomas Kluyver
89c6f9e631
Merge pull request #1838 from yuvipanda/xterm-2.0.1
...
terminal: Bump xterm.js to 2.0.1
2016-11-11 16:11:47 -08:00
YuviPanda
922c9c8d16
Bump xterm.js version to v2.1.0
2016-11-11 15:54:59 -08:00
YuviPanda
ae5f345d35
Remove deprecated xterm.js constructor params
2016-11-11 15:54:41 -08:00
Thomas Kluyver
2bbaaa5cde
Merge pull request #1887 from jim22k/remove-old-nbserver-info
...
Fix bug when attempting to remove old nbserver info files
2016-11-11 09:29:06 -08:00
Jim Kitchen
c5a784a982
Fix bug when attempting to remove old nbserver info files
...
When list_running_servers find an old nbserver-xxxx.json info file, it attempts to delete it. It needs to use the full path rather than the filename. An exception was being raised, but the error was suppressed silently.
2016-11-11 09:13:22 -06:00
Min RK
bff750397c
clarify some variable names
2016-11-09 11:10:17 -08:00
Min RK
0c90391f8a
handle display-updates as updates
2016-11-08 17:39:42 -08:00
Min RK
4439a19d24
test display_id handling
2016-11-08 17:39:08 -08:00
Min RK
a7a30c3bde
fix handling of display_id repeats in a single output area
2016-11-08 12:00:13 -08:00
Min RK
5b2279c192
support repeat displays with id
2016-11-07 23:28:43 -08:00
Min RK
f82f2568f5
Support update_display
2016-11-07 22:50:08 -08:00
John Detlefs
ab8decfd40
Add terminals info to notebook api
2016-11-07 20:29:14 -08:00
Kyle Kelley
4c54f598ac
Merge pull request #1875 from willingc/edit-comms
...
Minor edits to comms doc
2016-11-03 21:04:51 -05:00
Carol Willing
6b76f0aa8c
Edit from @takluyver review
2016-11-03 18:32:29 -07:00
Carol Willing
f138c32719
Minor edits to comms doc
2016-11-03 18:09:52 -07:00
Matthias Bussonnier
86296f0363
Merge pull request #1871 from takluyver/allow-none-post-save-hook
...
Allow None for post_save_hook
2016-11-03 17:56:48 -07:00
Carol Willing
277ce51dbf
Merge pull request #1874 from takluyver/comms-doc
...
Start documenting how to use Comms
2016-11-03 17:35:12 -07:00
Thomas Kluyver
5cdc8682d3
Start documenting how to use Comms
...
See gh-1869
2016-11-03 16:00:46 -07:00
Thomas Kluyver
ee4b9ce598
Allow None for post_save_hook
...
See gh-1868
2016-11-03 09:43:13 -07:00
Thomas Kluyver
c0928d856e
Merge pull request #1870 from willingc/fix-badgeurl
...
Fix link for rtd badge
2016-11-02 21:52:02 -07:00
Carol Willing
b8d0616135
Fix link for rtd badge
2016-11-02 21:17:08 -07:00
Matthias Bussonnier
606b7377ae
Merge pull request #1866 from gnestor/register-mime-type
...
Add a `register_mime_type` method to OutputArea
2016-11-02 13:20:18 -07:00
Thomas Kluyver
8073af5de4
Merge pull request #1868 from rmorshea/fix_for_traitlets
...
[WIP] fix for default value changes in ipython/traitlets/pull/332
2016-11-02 13:11:37 -07:00
Ryan Morshead
15a37c9ba7
fix for default value changes in ipython/traitlets/pull/332
2016-11-02 11:48:06 -07:00
Matthias Bussonnier
64d996f820
Merge pull request #1855 from minrk/rate-limit
...
iopub rate limit refinements
2016-11-02 11:24:37 -07:00
Matthias Bussonnier
8d666c603f
Merge pull request #1863 from Carreau/rtl-action-toggle
...
Add a quick action to have the possibility to toggle rtl-layout.
2016-11-02 11:23:53 -07:00
Matthias Bussonnier
a1c6e8fc86
Merge pull request #1865 from minrk/clear-editable-deletable
...
don't store default editable/deletable metadata
2016-11-02 11:23:42 -07:00
Grant Nestor
4cf93c8c57
Add a register_mime_type
method to OutputArea
2016-11-01 22:39:09 -07:00
Min RK
b058209984
strip default metadata in Cell.toJSON
...
avoids saving redundant default info in files
2016-11-01 22:39:10 +01:00
Min RK
61afdb7432
don't set default editable/deletable metadata
...
it fills notebooks with redundant flags
these should only be set if defined and not-default
2016-11-01 22:34:01 +01:00
Matthias Bussonnier
04a431a77e
Add a quick action to have the possibility to toggle rtl-layout.
2016-10-31 11:57:33 -07:00
Thomas Kluyver
2e14975d1f
Merge pull request #1861 from minrk/notebook-mime-type
...
fix notebook mime-type on download links
2016-10-31 17:19:48 +00:00
Min RK
8daac20e22
set notebook mime-type on download links
...
notebooks are not application/json, they are application/x-ipynb+json.
This fixes Safari adding the JSON extension to notebooks on download.
2016-10-31 15:56:16 +01:00
Matthias Bussonnier
a68f3c0aef
Merge pull request #1858 from gnestor/table-hover
...
Add hover styles to HTML table row
2016-10-31 06:34:26 -07:00
Matthias Bussonnier
b16ba43521
Merge pull request #1854 from takluyver/dir-list-performance
...
Improve performance of directory listing
2016-10-31 06:20:20 -07:00
Grant Nestor
795e267aab
Add hover styles to HTML table row
2016-10-28 07:26:23 -07:00
Min RK
3be8697b48
iopub rate limit refinements
...
- reset counter on status: idle (avoids Run All running into limits)
- fix rate measurements to exclude messages not sent due to rate limiting
- fix formatting of rate-exceeded messages, tweak text a bit
- after pausing output, don't resume sending until rate has dropped 20% below limit, to avoid rapid back & forth across the limit
2016-10-27 14:00:19 +02:00
Thomas Kluyver
1de0423448
Improve performance of directory listing
...
- stat() the file once and reuse the result to save on syscalls. Not as
good as using scandir(), but should still help.
- Don't re-check if parent directories are hidden for each file in the
directory.
Could do with testing on Windows.
2016-10-27 11:59:03 +01:00
Thomas Kluyver
715a6c02db
Merge pull request #1851 from gnestor/docs-new-signature
...
Update security docs to reflect new signature system
2016-10-24 16:48:25 +01:00
Grant Nestor
d7e49806de
Merge pull request #3 from takluyver/docs-new-signature
...
More updates to security doc
2016-10-24 07:39:16 -07:00
Thomas Kluyver
b5acf7bf1c
More updates to security doc
2016-10-24 10:59:11 +01:00
Grant Nestor
40660e6102
Update security docs to reflect new signature system
2016-10-23 16:38:33 -07:00
Min RK
0f05b2bf26
display_id comes from transient dict, not top-level
2016-10-21 20:43:55 +02:00
Min RK
30d3406f54
allow updating display_data messages in-place using display_id
2016-10-21 20:38:48 +02:00
Kyle Kelley
2456687a12
Merge pull request #1826 from minrk/cell-clears-callbacks
...
don’t clear callbacks for cell output until next execute
2016-10-21 07:18:03 -07:00
Min RK
dde1a77ef1
Merge pull request #1846 from gnestor/iopub-rate-limit
...
Set finite rate limits for iopub
2016-10-20 01:45:54 +02:00
Grant Nestor
d97000f8b1
Set finite rate limits for iopub
2016-10-19 15:34:30 -07:00
Min RK
5d5d063746
Look for token in Authorization header
...
matches JupyterHub, Kernel Gateway
2016-10-18 16:58:30 +02:00