640 Commits (5a444db9f7dcef4e51c99b76809dce2bfbe12ab1)

Author SHA1 Message Date
MinRK 9d80f8522c use DummyIPClusterStart to load config in notebook ClusterManager
14 years ago
Brian Granger 19322be14d Chaging # of engines format in cluster list.
14 years ago
Brian Granger 24510c6e00 Sort profiles in cluster tab.
14 years ago
Brian Granger c0a87aa940 Notebook cluster manager now uses proper launchers.
14 years ago
Brian Granger dbefa745fd On tab select, the URL is updated.
14 years ago
Brian Granger 35ffb5500a Cluster management is now working.
14 years ago
Brian Granger 5df969af5c Fixing tab design.
14 years ago
Brian Granger 34d784a5ab Draft of the cluster list UI.
14 years ago
Brian Granger b819fbfe8f Initial try at adding tabs to project dashboard.
14 years ago
Brian Granger 3631fae153 Major refactoring of notebook.
14 years ago
Brian Granger 6dc7b078b9 Refactoring templates and top level js/css organization.
14 years ago
Brian Granger f19a63759b First version of cluster web service.
14 years ago
Brian E. Granger 6b5a5f0b36 Merge pull request #1450 from minrk/httpsmathjax
14 years ago
MinRK 8de583a6cd include heading level in JSON
14 years ago
MinRK 83c5470bf7 load mathjax from CDN via https
14 years ago
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
Thomas Kluyver 7d849a2f70 Only monkeypatch xunit when the tests are run using it.
14 years ago
Thomas c926a2872c Merge pull request #1395 from takluyver/xunit-kf
14 years ago
Brian E. Granger d0c445a63c Merge pull request #1386 from ellisonbg/jsd3
14 years ago
Thomas Kluyver 4f947c2877 Make separate function to monkeypatch Xunit.
14 years ago
Thomas Kluyver 5773f8cd1d Monkeypatch Xunit to count known failures as skips, not errors.
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