Commit Graph

89 Commits (a7571d1cc7cdf8aeec00fe157f99bebe8226e334)

Author SHA1 Message Date
Min RK e306daad47 Merge pull request #1981 from tkf/kill-bg-processes
14 years ago
MinRK 61bbd632ef use shutdown_kernel instead of hard kill in notebook
14 years ago
MinRK 272b954d7b use notebook-dir as cwd for kernels
14 years ago
Bussonnier Matthias 711c2ef6cc Merge pull request #1739 from Carreau/dashboardImprovement
14 years ago
MinRK e0cdb267de fix date objects in _reserialize_reply
14 years ago
Matthias BUSSONNIER a6f78c90b3 Check for null rather than undefined
14 years ago
Matthias BUSSONNIER c20c814a69 space around assignement
14 years ago
Matthias BUSSONNIER 2faee858af rename kernel_status -> kernel_id
14 years ago
Matthias BUSSONNIER 34deb138c8 test kernel for undefined rather than off
14 years ago
Matthias BUSSONNIER a07088dde1 clean unused command
14 years ago
Matthias BUSSONNIER 4af8cb6c9a proof of concept
14 years ago
Matthias BUSSONNIER 473a3947b0 kernel status
14 years ago
Brian Granger c0a87aa940 Notebook cluster manager now uses proper launchers.
14 years ago
Brian Granger 35ffb5500a Cluster management is now working.
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
MinRK 8cfd9dcf6e allow draft76 websockets (Safari)
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
MinRK 370078020f flush outgoing heartbeats
14 years ago
Brian Granger eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 8cd495c38f Beginning work on notebook duplication.
14 years ago
Min RK e4beaf0a73 Merge pull request #1211 from minrk/localfiles
14 years ago
MinRK 1385ef8ebb log heartbeat failure in notebook
14 years ago
MinRK 655bf1bacc prevent delayed heartbeat from starting on closed sessions
14 years ago
MinRK d67865c73c authenticate local file access
14 years ago
MinRK 15ca2aaa20 add first_beat delay to notebook heartbeats
14 years ago
Stefan van der Walt 52a2f081fe Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
14 years ago
Stefan van der Walt 3bf57a7f5d Improve three-state read-only logic.
14 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
14 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
14 years ago
Stefan van der Walt d031f2b359 Only show logout button if logged in.
14 years ago
Stefan van der Walt 0a41777a8d Add info, error and warning message boxes.
14 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
14 years ago
Stefan van der Walt c4b7ee1a75 Use template inheritance.
14 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
14 years ago
Stefan van der Walt b2972a7e98 Integrate hashed passwords into the notebook.
14 years ago
MinRK a4b6d6bb9f don't use Origin header to determine ws_url
14 years ago
MinRK 00c797e2b5 remove superfluous ws-hostname parameter from notebook
15 years ago
Fernando Perez 6e19364cfd Update version check to work with tornado 2.1.0 or 2.1.1
15 years ago
Fernando Perez e1a2eae156 Monkeypatch Tornado 2.1.1 so it works with Google Chrome 16.
15 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
15 years ago
MinRK a3a0be08bb allow fully read-only mode if no password is set
15 years ago
MinRK a6de5947de add read-only view for notebooks
15 years ago
MinRK 9a7fda926d Allow notebook server to run in read-only mode
15 years ago
Brian E. Granger 970742c267 Using self.request._cookies in WS handlers.
15 years ago
Brian E. Granger 9b945e7bc2 Added kill_kernel to notebook template.
15 years ago
MinRK 139fe52832 Renaming user cookie to username to better match usage.
15 years ago
Brian E. Granger fd06bd1610 Minor changes to the notebook handlers.
15 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
15 years ago