Commit Graph

6479 Commits

Author SHA1 Message Date
Min RK
1cac03528b use single WebSocket connection for all channels
multiplex on a 'channel' key in message,
rather than separate websockets.

Unlike zmq, there aren't different message patterns that require the channels to be separate.

Reduces FD count by factor of 3 and connection complexity in js.
2015-01-06 11:15:15 -08:00
Min RK
38d0463557 Merge pull request #7215 from Carreau/coveralls
enable test coverage on coveralls
2015-01-06 10:06:33 -08:00
Matthias Bussonnier
2b7568c13f Merge pull request #7375 from minrk/empty-execute-result
ensure data, metadata are set in execute_results
2015-01-06 12:52:02 +01:00
Matthias Bussonnier
87b7f7599c Merge pull request #7278 from minrk/nb-file-ext
don't enforce .ipynb extension in URLs
2015-01-06 12:42:54 +01:00
Matthias Bussonnier
f51872c4c2 Merge pull request #7346 from jdfreder/terminal-page
Use page backdrop color in terminal page
2015-01-06 12:27:46 +01:00
Min RK
b891a50896 Merge pull request #7379 from juhasch/js-tests
Js tests
2015-01-05 11:23:11 -08:00
Jonathan Frederic
f79b914e5c invoke css 2015-01-05 11:12:43 -08:00
Jonathan Frederic
f0da3c863c Make headerbar -1 margin global 2015-01-05 11:12:23 -08:00
Juergen Hasch
5e641876da fix insert_cell_at_index call in tests 2015-01-05 11:21:30 +01:00
Juergen Hasch
2fbf8835e1 fix insert_cell_at_index call in tests 2015-01-05 11:18:41 +01:00
Matthias Bussonnier
cc0efade88 Merge pull request #7376 from minrk/modal-z-index
recompile css
2015-01-05 07:01:17 +01:00
Jonathan Frederic
c60969f05c Merge pull request #7373 from minrk/widget-save-callback
store widget state in single key
2015-01-04 15:41:27 -08:00
Min RK
9361cbb0ac Merge pull request #7374 from juhasch/fix_example
Correct name and path of python logo.
2015-01-04 12:15:13 -08:00
Min RK
c9c6b8d8a2 recompile css
it had fallen out of sync with updated bootstrap
2015-01-04 12:13:50 -08:00
Min RK
d2335ab000 handle missing data, metadata in validate_mimebundle 2015-01-04 12:06:23 -08:00
Juergen Hasch
9ebf1c1294 Correct name and path of python logo. 2015-01-04 21:02:50 +01:00
Min RK
9e3e5cfca7 store widget state in single key
rather than in a dict, which doesn't work without reserializing *all* stored widget states (of all notebooks), since localStorage only supports storing strings.
2015-01-04 11:56:16 -08:00
Min RK
ffaa09492a Merge pull request #7315 from Carreau/codacy2
miscellaneous cleanup
2015-01-03 12:22:45 -08:00
Min RK
796b480922 Merge pull request #7359 from jdfreder/tab-fix
Accordion and Tab widget, fixes for ancient bugs.
2015-01-02 20:36:00 -08:00
Min RK
45d8afa32d Merge pull request #7361 from quantopian/fix-extension-rename
BUG: Fix broken codemirror highlighting on file rename.
2015-01-02 20:28:50 -08:00
Jonathan Frederic
d8bcab6e64 Merge pull request #7363 from dongweiming/no_mathjax
fix widget description can not display when use --no-mathjax
2015-01-02 08:53:25 -08:00
dongweiming
491046425d fix widget description can not display when use --no-mathjax 2015-01-02 21:11:50 +08:00
Jonathan Frederic
ad546d89f9 Merge pull request #7341 from jdfreder/remove-popup
Remove the popup widget
2015-01-01 20:30:17 -08:00
Scott Sanderson
cbb196bb94 DOC: Add comment. 2015-01-01 22:04:16 -05:00
Scott Sanderson
782ac56768 BUG: Fix broken codemirror highlighting on file rename.
When a users uses the rename dialog in the text editor, we call
_set_mode_for_model on the returned model.  The expected model to be
returned from rename has no value for mimetype, which causes us to pass
`undefined` to `CodeMirror.findModeByMIME`, which returns `undefined`
back.  We then try access an attribute of the (undefined) return value,
causing an error.

This now properly checks whether the `mimetype` attribute is set on the
input model.
2015-01-01 21:33:17 -05:00
Matthias Bussonnier
a82db63916 Merge pull request #7330 from minrk/display-name
use 'Python X' for IPython kernel display name
2015-01-01 19:34:36 +01:00
Matthias Bussonnier
214195ce5f Merge pull request #7327 from minrk/kernel-links
move Python-specific help links to kernel_info
2015-01-01 11:04:50 +01:00
Matthias Bussonnier
c0efca80ea Merge pull request #7331 from minrk/fix-scroll
fix scroll actions
2015-01-01 11:03:09 +01:00
Matthias Bussonnier
ea5f2066af Merge pull request #7340 from minrk/kernel-js-event
load kernel js, css, logo on spec_changed event
2015-01-01 11:02:25 +01:00
Matthias Bussonnier
41f24bbe2c Merge pull request #7358 from jdfreder/persistence-page-specific
Associate widget state persistence with current URL.
2015-01-01 11:01:07 +01:00
Matthias Bussonnier
1e6f969c39 Merge pull request #7357 from jdfreder/error-overlay
When executing a cell, clear output and ignore queued animations.
2015-01-01 10:59:30 +01:00
Matthias Bussonnier
290dab0846 Merge pull request #7342 from jdfreder/wid-border-radius
Adjust widget border radius to match new notebook style
2015-01-01 10:58:17 +01:00
Jonathan Frederic
5a6ad22eac Update example notebook 2014-12-31 13:07:04 -08:00
Jonathan Frederic
47c12abbf3 Fix a bunch of bugs with the accordion and tab widgets 2014-12-31 13:04:47 -08:00
Jonathan Frederic
8ad7cb3f4b Associate persistence with URL 2014-12-31 12:42:17 -08:00
Jonathan Frederic
b37c5d21d0 When executing a cell, clear output and ignore queued animations. 2014-12-31 11:32:27 -08:00
Jonathan Frederic
edf737d111 invoke css 2014-12-31 08:44:52 -08:00
Jonathan Frederic
8ff7381ef3 Remove superfluous body tag from terminal less 2014-12-31 08:43:58 -08:00
Jonathan Frederic
f54267ca01 Updated example notebooks 2014-12-30 14:16:36 -08:00
Jonathan Frederic
8e54937893 Fixed pre-display "pixel-like" widget attribute parsing 2014-12-30 14:15:45 -08:00
Min RK
67abf3ddab update kernelspec test
to expect Python display name
2014-12-30 13:23:05 -08:00
Min RK
97e5c4cc4b Merge pull request #7343 from dsblank/patch-2
Update Dockerfile
2014-12-29 17:52:33 -08:00
Min RK
b61a9cd738 Merge pull request #7345 from jdfreder/kernel-order
Display kernels in alphabetical order.
2014-12-29 17:51:48 -08:00
Jonathan Frederic
e2bb4ca875 invoke css 2014-12-29 12:37:19 -08:00
Jonathan Frederic
7b602f07cc Use page backdrop with the terminal 2014-12-29 12:37:02 -08:00
Jonathan Frederic
d0ab0ad4aa Display kernels in alphabetical order. 2014-12-29 12:16:18 -08:00
Jonathan Frederic
992976844d Merge pull request #7302 from Carreau/1pix
a few 1 pixel fixes.
2014-12-29 11:58:53 -08:00
Doug Blank
e44567fc4e Update Dockerfile
Latest master removed the `--system` flag. You can pass a `--user` flag for non-system install.
2014-12-29 12:33:11 -05:00
Jonathan Frederic
8d3f5b2865 invoke css 2014-12-29 09:14:39 -08:00
Jonathan Frederic
1a1c93b9d2 Remove modal less 2014-12-29 09:14:28 -08:00