Commit Graph

532 Commits (e5e200eaa770e7e3552d829ff989bfb313b209e8)

Author SHA1 Message Date
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
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 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
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