Commit Graph

507 Commits (1385ef8ebb7c20c180adab00aab6933f66c536fd)

Author SHA1 Message Date
MinRK 1385ef8ebb log heartbeat failure in notebook
14 years ago
MinRK 655bf1bacc prevent delayed heartbeat from starting on closed sessions
14 years ago
MinRK 15ca2aaa20 add first_beat delay to notebook heartbeats
14 years ago
MinRK 13fc7e5c41 cleanup connection files on notebook shutdown
14 years ago
Fernando Perez 572e1eb56f Add message about how to stop the notebook.
14 years ago
MinRK 602d2ec18a fix IOPub parent checking in notebook
14 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
14 years ago
Fernando Perez 7c7a48e2ce Define flags in application that's going to use them.
14 years ago
Fernando Perez b3d5732690 Fix typo in help string
14 years ago
Fernando Perez fd485e23fc Add --script flag as shorthand for the script autosave notebook option.
14 years ago
Stefan van der Walt 6a8a66fa8b Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
14 years ago
Stefan van der Walt 4476c69984 Hide top login/logout buttons on login/logout pages.
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
Stefan van der Walt 23ff0c2f88 On the login page, focus on the password field.
14 years ago
Stefan van der Walt 06d34fea72 Redirect to front page upon read-only logout.
14 years ago
Stefan van der Walt ec89b7c98b Display login button in read-only mode.
14 years ago
Fernando Perez b98a86f818 Merge pull request #1146 from minrk/savescript
14 years ago
MinRK dca65fa91d include error in 'Unexpected error' message.
14 years ago
MinRK 6947e47822 Merge PR #1132
14 years ago
MinRK 218a88a47b move drag_info show/hide to page.ready, to avoid flouc
14 years ago
Matthias BUSSONNIER c6457428c8 notebook : update logo
14 years ago
MinRK a8425e5c62 Merge PR 1135
14 years ago
MinRK 88340d682c update iptest exclusions with recent changes
14 years ago
Matthias BUSSONNIER 16946ef7bb unhide on not read-only instead of inverse
14 years ago
Timo Paulssen eb51077b26 look for mathjax in the custom static path if it's supplied.
14 years ago
Timo Paulssen 7fa16984cc this is how the configuration system is supposed to be used.
14 years ago
Timo Paulssen ec0026bbf9 use IPythons config subsystem to allow overrides to the tornado web app.
14 years ago
Matthias BUSSONNIER 540f77f96a [notebook] read-only disable element
14 years ago
Matthias BUSSONNIER b0ad2c6f29 [notebook] read-only: disable name field
14 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
14 years ago
Matthias BUSSONNIER 70fa9c8b2a totally remove pager when read only
14 years ago
MinRK 46cd0213a6 allow saving notebook.py next to notebook.ipynb
14 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
14 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
14 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
14 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
14 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
14 years ago
MinRK bf7f3336ae Split swallow_argv into standalone function in lib.kernel
14 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
14 years ago
MinRK 7774ddd0a5 Merge PR #1098: notebook config-panel style
14 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
14 years ago
MinRK d6ac9f3ec3 add server/permission info in failed-mathjax dialog
14 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
14 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
14 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
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
MinRK f18d172fdf don't swallow regular key events in read-only mode
14 years ago
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
14 years ago