1277 Commits (e6fb7e65e94f6dd94fc5aba0cbe4bd3065e19623)

Author SHA1 Message Date
Thomas Kluyver e6fb7e65e9 Merge pull request #1650 from Carreau/predicatable-extensions
10 years ago
Min RK fe86b65183 json_errors should be outermost decorator on API handlers
10 years ago
Kyle Kelley 6df840e19d Merge pull request #1879 from minrk/display_data_update
10 years ago
Kyle Kelley 389b0b0730 Merge pull request #1831 from minrk/server-token
10 years ago
Min RK c0a6e41038 support display_id in execute_result
10 years ago
Kyle Kelley bdee765dd3 Merge pull request #1896 from gnestor/mime-json-suffix
10 years ago
Grant Nestor 8e0de400ae Accept JSON output data with mime type "application/*+json"
10 years ago
Steven Silvester 781066a40e Update handler and test
10 years ago
Steven Silvester 8f5a67ad6d Allow kernelspecs to have spaces in them for backward compat
10 years ago
Thomas Kluyver 78dc8a8c7a Fix extending range selection down to markdown cell
10 years ago
Thomas Kluyver 89c6f9e631 Merge pull request #1838 from yuvipanda/xterm-2.0.1
10 years ago
YuviPanda ae5f345d35 Remove deprecated xterm.js constructor params
10 years ago
Jim Kitchen c5a784a982 Fix bug when attempting to remove old nbserver info files
10 years ago
Min RK bff750397c clarify some variable names
10 years ago
Min RK 0c90391f8a handle display-updates as updates
10 years ago
Min RK 4439a19d24 test display_id handling
10 years ago
Min RK a7a30c3bde fix handling of display_id repeats in a single output area
10 years ago
Min RK 5b2279c192 support repeat displays with id
10 years ago
Min RK f82f2568f5 Support update_display
10 years ago
Thomas Kluyver ee4b9ce598 Allow None for post_save_hook
10 years ago
Matthias Bussonnier 606b7377ae Merge pull request #1866 from gnestor/register-mime-type
10 years ago
Ryan Morshead 15a37c9ba7 fix for default value changes in ipython/traitlets/pull/332
10 years ago
Matthias Bussonnier 64d996f820 Merge pull request #1855 from minrk/rate-limit
10 years ago
Matthias Bussonnier 8d666c603f Merge pull request #1863 from Carreau/rtl-action-toggle
10 years ago
Matthias Bussonnier a1c6e8fc86 Merge pull request #1865 from minrk/clear-editable-deletable
10 years ago
Grant Nestor 4cf93c8c57 Add a `register_mime_type` method to OutputArea
10 years ago
Min RK b058209984 strip default metadata in Cell.toJSON
10 years ago
Min RK 61afdb7432 don't set default editable/deletable metadata
10 years ago
Matthias Bussonnier 04a431a77e Add a quick action to have the possibility to toggle rtl-layout.
10 years ago
Thomas Kluyver 2e14975d1f Merge pull request #1861 from minrk/notebook-mime-type
10 years ago
Min RK 8daac20e22 set notebook mime-type on download links
10 years ago
Matthias Bussonnier a68f3c0aef Merge pull request #1858 from gnestor/table-hover
10 years ago
Grant Nestor 795e267aab Add hover styles to HTML table row
10 years ago
Min RK 3be8697b48 iopub rate limit refinements
10 years ago
Thomas Kluyver 1de0423448 Improve performance of directory listing
10 years ago
Min RK 0f05b2bf26 display_id comes from transient dict, not top-level
10 years ago
Min RK 30d3406f54 allow updating display_data messages in-place using display_id
10 years ago
Kyle Kelley 2456687a12 Merge pull request #1826 from minrk/cell-clears-callbacks
10 years ago
Min RK dde1a77ef1 Merge pull request #1846 from gnestor/iopub-rate-limit
10 years ago
Grant Nestor d97000f8b1 Set finite rate limits for iopub
10 years ago
Min RK 5d5d063746 Look for token in Authorization header
10 years ago
Min RK bf249669e1 call it token
10 years ago
Min RK 5a6d7556af allow entering login token at password prompt
10 years ago
Min RK cd3c6c1b8a use one-time token for opening browser
10 years ago
Min RK 3ba68d8cb7 enable token-authentication by default
10 years ago
Min RK 6c5cca1328 Make login_available method LoginHandler.get_login_available
10 years ago
Thomas Kluyver cb88603ff1 Merge pull request #1837 from gnestor/busy-favicon
10 years ago
Grant Nestor b5cff95619 Don't change title when busy
10 years ago
Grant Nestor e832689923 Change favicon when busy
10 years ago
Grant Nestor d2a6221c23 Fix: Carriage symbol should behave like in console
10 years ago