Commit Graph

760 Commits (8cd495c38fa41be2def72699ebdef6a571c253f7)
 

Author SHA1 Message Date
Brian Granger 8cd495c38f Beginning work on notebook duplication.
14 years ago
Brian Granger 52a2600c87 Improved notebook renaming.
14 years ago
Brian Granger b010d14f58 Cleaning up menu code.
14 years ago
Brian Granger 33f5cea94b Implemented menu based UI using Wijmo.
14 years ago
Brian Granger e4489da763 Initial work to add Wijmo based menu.
14 years ago
Min RK e4beaf0a73 Merge pull request #1211 from minrk/localfiles
14 years ago
Min RK 7be995118d Merge pull request #1224 from minrk/dblclick
14 years ago
Fernando Perez a2bb278c3a Merge pull request #1187 from minrk/nbshutdown
14 years ago
MinRK 87877e9a7f explicit for-loop in cleanup_kernels
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 2c8106bf42 trigger textcell render on unselect instead of focusout
14 years ago
MinRK 5cce816d2a edit text cells on double-click instead of single-click
14 years ago
Fernando Perez 289b3808f7 Merge pull request #1129 from takluyver/unified-setup
14 years ago
Thomas Kluyver 75ec655663 Remove separate setup.py file for Python 3.
14 years ago
Thomas Kluyver 914d61f1bd Make single setup script work on Python 2 and Python 3.
14 years ago
MinRK 1d65883212 serve local files as `files/foo`
14 years ago
MinRK ba5e2538b5 use absolute URLs for static files
14 years ago
MinRK d67865c73c authenticate local file access
14 years ago
MinRK 831fb175f8 serve files in notebook-dir as local/foo
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 495aa29603 Merge branch 'notebook-examples'.
14 years ago
Fernando Perez d5ee46181c Add embedded video example by Chris Kees.
14 years ago
Fernando Perez 572e1eb56f Add message about how to stop the notebook.
14 years ago
Fernando Perez 46d4fc1cbc Add introductory 'tour' illustrative notebook.
14 years ago
MinRK 602d2ec18a fix IOPub parent checking in notebook
14 years ago
Fernando Perez 31ecae535b Merge pull request #1096 from bfroehle/1094
14 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
14 years ago
Fernando Perez e98c8f7fd0 Merge pull request #1168 from fperez/nbscript
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
Fernando Perez 93399b6b83 Merge pull request #1079 from stefanv/htmlnotebook_login_button
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
MinRK 103f76563d Merge PR #1125
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