Commit Graph

668 Commits (293243fcf435fcb8d7ccfdcdb6d12790b77bbe23)

Author SHA1 Message Date
Matthias BUSSONNIER 293243fcf4 remove references to loadpy
14 years ago
MinRK 97151aa3b8 revert PR #1659
14 years ago
Michael Droettboom a5d7dd8d2b Fix typo in comment
14 years ago
Michael Droettboom e8be6bbe50 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom 50fa35b1cc Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
MinRK 86e3e953da add ioloop.install to backported patches
14 years ago
Fernando Perez e5e200eaa7 Merge pull request #1621 from ivanov/clear-input-prompt-on-clear-all-output
14 years ago
MinRK 6419b0b130 include IPython.zmq in iptest groups
14 years ago
Paul Ivanov 06dd2b00c6 clear In[] prompt numbers on "Clear All Output"
14 years ago
MinRK 6e2694a9d9 handle old pyzmq in notebook exit confirmation
14 years ago
MinRK c5d7d6f08a confirm notebook shutdown on SIGINT
14 years ago
MinRK 3c19b40d2f exit notebook cleanly on SIGINT, SIGTERM
14 years ago
Fernando Perez 0344f92a62 Merge pull request #1490 from minrk/raw
14 years ago
MinRK e7a45e9454 add VERSIONHACK markers for never-released plaintext handling
14 years ago
Fernando Perez 526d842289 Merge pull request #1502 from minrk/pyflakes
14 years ago
Fernando Perez 98ac51808e Merge pull request #1563 from minrk/clear_output
14 years ago
Fernando Perez 14d29450a3 Merge pull request #1560 from minrk/testdocs
14 years ago
MinRK 9cb1559d5e document initially hidden javascript container
14 years ago
MinRK c21be2f386 hide output_area for js
14 years ago
MinRK 5c6c247b65 [notebook] clear_output is handled after a delay
14 years ago
MinRK fe92e50471 remove a few more obsolete twisted notes
14 years ago
MinRK 124037690e use os.getcwdu in NotebookManager
14 years ago
MinRK fd2cc9d19e make MultiKernelManager.kernel_manager_class configurable
14 years ago
MinRK 600acfb694 fix sorting profiles in clustermanager
14 years ago
MinRK f9438de710 small changes in response to pyflakes pass
14 years ago
MinRK 9927cec392 denote raw cell with 'Raw Text' in UI
14 years ago
MinRK f036c032c7 interpret 'plaintext' cells with their new name 'raw'
14 years ago
MinRK 9ffc7829da rename plaintext cell -> raw cell
14 years ago
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