Commit Graph

761 Commits (cd47dac0ff5ddae4261eea4540ec5d0194984439)

Author SHA1 Message Date
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
Daniel Krenn d689ac1a38 trigger an event finished_iopub.Kernel
9 years ago
Jason Grout b4928d481a Change ‘resize’ cell event to ‘resizeOutput’
9 years ago
Thomas Kluyver 666ecbf35c Merge pull request #2011 from minrk/unwebpack
9 years ago
Min RK 2659ff85b1 Merge pull request #2026 from ashaffer/master
9 years ago
Min RK f587b01f66 avoid race to set ws.onclose callback
9 years ago
Min RK 7188f02763 check if module is defined before checking for items on it
9 years ago
michaelpacer f3b4d16d14 fix typo(?) on the exception to edit application/javascript
9 years ago
michaelpacer cd24d1ee92 add .tpl to set of editable extensions by notebook text editor
9 years ago
Andrew Shaffer 28008783e1 Merge branch 'master' of ssh://github.com/ashaffer/notebook
9 years ago
Andrew Shaffer e16c590b73 throttle element resizing in output areas
9 years ago
Min RK 4f7160aac6 es5ify
9 years ago
Min RK 5cafbfe822 Merge pull request #2005 from minrk/require-api-token
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
Kyle Kelley 4da035c577 Merge pull request #2009 from ellisonbg/md-max-width
9 years ago
Brian E. Granger 2ed20e4980 Don't use max-width on tables in rendered markdown
9 years ago
Min RK 2da82f909c get xsrf from cookie, not body data
9 years ago
Min RK 9478a6b82b use tornado xsrf token in API
9 years ago
Min RK 374db739ad Merge pull request #1965 from mgeier/proper-attachment-url
9 years ago
Jason Grout 935af43582 handle window sizing even when it is not from a resize event.
9 years ago
Jason Grout e909afc93a Due to jQuery propagating events, the window resize event could be triggered by a bubbled event.
9 years ago
Min RK a2f7325537 fix carriage return handling
9 years ago
Matthias Geier 6a5e22e646 Use attachment:path instead of attachment://path
9 years ago
Min RK c05138a219 Merge pull request #1956 from jasongrout/fontsize
9 years ago
Jason Grout c3de744fe9 Return after error condition.
9 years ago
Jason Grout 66146cc265 Write the get_output_callback_id function that we use.
9 years ago
Jason Grout 5d84a55e4a Add an output callback override stack
9 years ago
Jason Grout e2c0b6b5b7 Fix a subtle async bug in processing comm messages.
9 years ago
Jason Grout d376b35636 Make the font size more robust against fickle browser values.
9 years ago
Grant Nestor 19c9a791cc Pass `options.index` to `OutputArea.register_mime_type` to set `display_order` index
9 years ago
Grant Nestor a4744c696f Expose `OutputArea.mime_types` to allow extensions to calculate `display_order` index
9 years ago
Min RK 316bfdbd1e Catch and log handler exceptions in events.trigger
9 years ago
Grant Nestor 8d66114992 Change max-width for tables to 150px
9 years ago
alexandercbooth fd9cddd82a chore(baseUrl): remove forward slash from path
9 years ago
alexandercbooth cf37b9f145 [WIP] chore(baseUrl): add base_url to download_selected
9 years ago
Grant Nestor bbec3d7cc1 Do not overwrite `OutputArea.trusted` on `Notebook.render_cell_output`
9 years ago
Grant Nestor dca820e845 Improve `Notebook.render_cell_output`
9 years ago
Grant Nestor 6f929697f3 Add `Notebook.render_cell_output` method
9 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