Commit Graph

404 Commits (03cae6504e4d7d14dc60165ac699ee43c51cb8a0)

Author SHA1 Message Date
Fernando Perez 6e19364cfd Update version check to work with tornado 2.1.0 or 2.1.1
14 years ago
Fernando Perez e1a2eae156 Monkeypatch Tornado 2.1.1 so it works with Google Chrome 16.
14 years ago
MinRK f2972ad5c4 add 'running' class to running code cells
14 years ago
MinRK 0e4afee63b set 'In [*]' to indicate pending code cell
14 years ago
Fernando Perez 83ddbf5987 Merge pull request #931 from minrk/readonly
14 years ago
Fernando Perez 7c04cc70fd Merge pull request #921 from minrk/traiterror
14 years ago
MinRK 1f7fd1db3f catch_config -> catch_config_error
14 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
14 years ago
Fernando Perez 6e1bbf8fc3 Start webbrowser in a thread. Prevents lockup with Chrome.
14 years ago
MinRK a3a0be08bb allow fully read-only mode if no password is set
14 years ago
MinRK a18ddb9ec4 add missing loginwidget.js
14 years ago
MinRK a6de5947de add read-only view for notebooks
14 years ago
Brian Granger a6c9123018 Adding space between paragraphs in rendered html in the notebook.
14 years ago
MinRK 9a7fda926d Allow notebook server to run in read-only mode
14 years ago
MinRK 268c5e778d Show invalid config message on TraitErrors during initialization
14 years ago
MinRK dd8761ea1d Allow IPython to run without sqlite3
14 years ago
MinRK 89f11475da dashboard page title -> IPython Dashboard
14 years ago
MinRK 76650e316d Restore kernel status to header
14 years ago
MinRK 48c344ecf5 fix --no-browser flag in notebook after rename
14 years ago
MinRK 30c45c517d fix Cell->Help header typo
14 years ago
Fernando Perez 38af53d027 Merge pull request #899 from minrk/nbwork
14 years ago
MinRK 9be2911296 style Sign In button with jQuery
14 years ago
Brian E. Granger 970742c267 Using self.request._cookies in WS handlers.
14 years ago
Brian E. Granger 9b945e7bc2 Added kill_kernel to notebook template.
14 years ago
MinRK 6c5f69e97a Moving status widget to Kernel section of L panel.
14 years ago
MinRK 139fe52832 Renaming user cookie to username to better match usage.
14 years ago
Brian E. Granger fd06bd1610 Minor changes to the notebook handlers.
14 years ago
Brian E. Granger d26a7e5fcc Removed save widget delay.
14 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
14 years ago
Brian E. Granger 05729f7c0c Further cleanup and renaming of notebook.
14 years ago
Brian E. Granger 2318fe4ef5 Renaming things in the notebook.
14 years ago
Brian E. Granger ae37e2fe2c Simplifying logic on login page.
14 years ago
Brian E. Granger 1f699c8c23 Further work updating JS URL scheme to use data-base-project-url.
14 years ago
Brian E. Granger cc3516be01 Updating notebook list to use data-base-project-url.
14 years ago
Brian E. Granger 1f06a280ca Updating JS URL scheme to use embedded data.
14 years ago
Brian E. Granger 36e15cb5c2 Adding data-project to the body data attribs.
14 years ago
Brian E. Granger c900979a80 Misc changes to the notebook.
14 years ago
Brian E. Granger 7611a38721 Minor changes to handlers.
14 years ago
MinRK 4f26dae311 don't present meaningless username option in notebook
14 years ago
Brian E. Granger 66d5c9f8a6 Adding base_project_url and base_kernel_url as HTML data attribs.
14 years ago
Fernando Perez 986f2e7223 Merge pull request #893 from minrk/clearoutput
14 years ago
MinRK 033c9d9848 Add tooltips to the notebook via 'title' attr.
14 years ago
MinRK 24d37b6bcc add channel-selection to clear_output
14 years ago
Brian Granger 10deb3b744 Adding clear_output to kernel and HTML notebook.
14 years ago
Fernando Perez 9fa9f0b15f Merge pull request #884 from fperez/nb-usability
14 years ago
Fernando Perez 55223d0414 Adjust title area sizes to improve alignment.
14 years ago
MinRK a42f678fd1 Merge PR-883
14 years ago
Fernando Perez 781c5ad281 Underline quick help button key accelerator (h).
14 years ago
MinRK 8d139492ce show_keyboard_shortcuts -> toggle_keyboard_shortcuts
14 years ago
MinRK 53d10a61ab fix quickhelp widget
14 years ago