Commit Graph

499 Commits (212ec345e6f69ea44b86dadcbada97b8b60d044b)

Author SHA1 Message Date
MinRK 7ad2568d53 fix inverted self.browser logic
14 years ago
Min RK ea945fa31c Merge pull request #1406 from ivanov/browser-selection
14 years ago
Paul Ivanov 6ee29b4c72 be more explicit about how --browser value is used
14 years ago
Paul Ivanov 407c8ee6d7 added --browser option to notebook
14 years ago
Paul Ivanov 7b9099041d document how to select browser for notebook
14 years ago
Brian E. Granger d0c445a63c Merge pull request #1386 from ellisonbg/jsd3
14 years ago
Min RK 6b2cb224cd Merge pull request #1353 from takluyver/i1345
14 years ago
Brian Granger 6c9a7d0d41 Fixing Cell menu to update cell type select box.
14 years ago
Brian Granger 5ef2e06a42 Javascript output is not run on notebook loading and paste's.
14 years ago
Brian Granger 893572d3ad Wired up the javascript display protocol using eval.
14 years ago
Brian E. Granger cd0810ee25 Merge pull request #1370 from minrk/draft76
14 years ago
Brian E. Granger b3fb9c474b Merge pull request #1368 from minrk/asciipatterns
14 years ago
MinRK 8cfd9dcf6e allow draft76 websockets (Safari)
14 years ago
MinRK 7607bb6a5b Ensure handler patterns are str, not unicode
14 years ago
Brian Granger f387e52610 Proper error handling for nbformat versions in client code.
14 years ago
Brian Granger 1ffb5ff262 Making keyboard shortcut for showing line numbers consistent.
14 years ago
Brian Granger f9ce3fa493 Fixing #1337. Tooltip stops TAB from being handled by others.
14 years ago
Brian Granger e5bc1eef59 Fixing Shift-Enter bug in text cells.
14 years ago
Brian Granger 4ae865a988 Fixing #1348 to allow Ctrl-M M to work w/o releasing Ctrl.
14 years ago
Brian Granger e59f95376d Major refactoring of saving, notification.
14 years ago
Brian E. Granger 241e65b5c1 Merge pull request #1347 from Carreau/fixes-1243
14 years ago
Brian E. Granger 96e5089d5d Merge pull request #1346 from astraw/alternate-url-fixups
14 years ago
Brian Granger d7efc05572 Removing extra refresh in PlaintextCell.
14 years ago
Brian Granger bdd17da81d Fixing minor bugs in nbformat and saving.
14 years ago
Thomas Kluyver abd3989bb6 Specify UTF-8 encoding for saving notebook as script.
14 years ago
Thomas Kluyver 53b10b861c Save notebook as script using unicode file handle.
14 years ago
Brian Granger a00fc0165b Heading/plaintext cells now wired up to toolbar UI.
14 years ago
Brian Granger 2f88004a05 Updating JS part of plaintext cell handling.
14 years ago
Brian Granger fd3d5edb66 Finishing first draft of RST and heading cells.
14 years ago
Brian Granger f65adcf33e Adding new HeadingCell.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Andrew Straw ee9da32b05 use full URL when using alternate URL prefix
14 years ago
Andrew Straw 332fdf662c let websocket server be traited config option
14 years ago
Andrew Straw bd7f1f941c allow setting base_project_url and base_kernel_url to non-default values
14 years ago
Andrew Straw c706d6ed99 bugfix: use baseProjectUrl when re-writing URL in address bar
14 years ago
Andrew Straw 81a636dabf use Tornado's handler.static_url() in templates
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
Brian Granger 1ed9a21039 Adding "Cell" to cell related Edit actions.
14 years ago
Brian Granger 9b723324db Wired the rest of the toolbar buttons up to actions.
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
Brian Granger 4c88c4686c First draft of toolbar.
14 years ago
fawce a53def4a49 fixed missing return for keybinding
14 years ago
fawce 6120c07c4d added key handler for control-s to notebook, seems to work pretty well
14 years ago
Min RK 125dc8cb74 Merge pull request #1206 from minrk/fixConsole
14 years ago
Fernando Perez df7d91f30a Add linewrapping to text cells (new feature in CodeMirror).
14 years ago
Fernando Perez ef1cc56996 Merge pull request #1327 from ellisonbg/updatecm2
14 years ago
Brian Granger 0bc0c560aa Removing extra refresh that is no longer needed because of CM fix.
14 years ago
Brian Granger 262d73f652 Updating CodeMirror to latest to incorporate bug fixes.
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Matthias BUSSONNIER 7e268d8ec8 execute_get_cell -> execute_cell
14 years ago