Commit Graph

484 Commits (9058de7ab7fbd3ee2c141cd1cef6fb03656af0f2)

Author SHA1 Message Date
Min RK bee0f83bdc Merge pull request #2083 from dkrenn/dkrenn/event-change-cell
9 years ago
Thomas Kluyver 27cfa290b3 Merge pull request #2048 from vidartf/tags-bar
9 years ago
Daniel Krenn 1bc6e203e1 trigger event change.Cell
9 years ago
Min RK cd47dac0ff Merge pull request #2061 from dkrenn/dkrenn/event-finished-exec
9 years ago
Paul Ivanov 051e430f98 fix tests
9 years ago
Paul Ivanov 03e410ba61 rename Halt to Shutdown
9 years ago
Paul Ivanov 95790be956 kernel halt confirmation dialog
9 years ago
Daniel Krenn e3bdb1586c cleanup
9 years ago
Daniel Krenn 540b51e7d0 trigger an event finished_execute.CodeCell
9 years ago
Vidar Tonaas Fauske 8072084111 Add dialog for managing tags
9 years ago
Jason Grout b4928d481a Change ‘resize’ cell event to ‘resizeOutput’
9 years ago
Vidar Tonaas Fauske c0abae90fb Split input on whitespace
9 years ago
Vidar Tonaas Fauske c49c8ea72a Set dirty flag when changing tags
9 years ago
Vidar Tonaas Fauske 457d86b8b2 Add initial version of tags celltoolbar
9 years ago
Thomas Kluyver 666ecbf35c Merge pull request #2011 from minrk/unwebpack
9 years ago
Andrew Shaffer e16c590b73 throttle element resizing in output areas
9 years ago
Min RK 4f7160aac6 es5ify
9 years ago
Min RK 82b3a65523 ES5ify shortcut editor
9 years ago
Min RK cbd6eef04a get preact from script tag
9 years ago
Min RK 11bd42c353 un-nest loading of contents in main modules
9 years ago
Min RK aa5293a253 missing typeahead require in commandpalette
9 years ago
Min RK 47d4451958 remove webpack shims
9 years ago
Matthias Geier 6a5e22e646 Use attachment:path instead of attachment://path
10 years ago
Jason Grout d376b35636 Make the font size more robust against fickle browser values.
10 years ago
Grant Nestor 19c9a791cc Pass `options.index` to `OutputArea.register_mime_type` to set `display_order` index
10 years ago
Grant Nestor a4744c696f Expose `OutputArea.mime_types` to allow extensions to calculate `display_order` index
10 years ago
Grant Nestor bbec3d7cc1 Do not overwrite `OutputArea.trusted` on `Notebook.render_cell_output`
10 years ago
Grant Nestor dca820e845 Improve `Notebook.render_cell_output`
10 years ago
Grant Nestor 6f929697f3 Add `Notebook.render_cell_output` method
10 years ago
Kyle Kelley 6df840e19d Merge pull request #1879 from minrk/display_data_update
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
Thomas Kluyver 78dc8a8c7a Fix extending range selection down to markdown cell
10 years ago
Min RK 0c90391f8a handle display-updates as updates
10 years ago
Min RK a7a30c3bde fix handling of display_id repeats in a single output area
10 years ago
Min RK f82f2568f5 Support update_display
10 years ago
Matthias Bussonnier 606b7377ae Merge pull request #1866 from gnestor/register-mime-type
10 years ago
Matthias Bussonnier 8d666c603f Merge pull request #1863 from Carreau/rtl-action-toggle
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
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
Grant Nestor b5cff95619 Don't change title when busy
10 years ago
Grant Nestor e832689923 Change favicon when busy
10 years ago
Min RK 1c930b1b9c don’t clear callbacks for cell output until next execute
10 years ago
Thomas Kluyver f8f53ee805 Merge pull request #1807 from minrk/set-dirty-output
10 years ago