Commit Graph

217 Commits (d031f2b3597e7fff71e4fba99056b290ff89aef2)

Author SHA1 Message Date
Stefan van der Walt 3b6c151b72 Add logout button.
14 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
14 years ago
Pablo Winant f2f715beb6 Latexify formulas contained in html text.
14 years ago
Fernando Perez 1bb4c726c3 Merge pull request #955 from minrk/websocket
14 years ago
Fernando Perez 8d739fb5a2 Fix CSS so word wrapping stays within output box.
14 years ago
Fernando Perez a852c75dd7 Word-wrap output correctly in the notebook; prevents excessive scrolling.
14 years ago
MinRK 487d110557 use jQuery dialog instead of alert()
14 years ago
MinRK b73d616279 alert client on failed and lost web socket connections
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
MinRK 65a6cb3b1c move read_only flag to page-level
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 76650e316d Restore kernel status to header
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
MinRK 6c5f69e97a Moving status widget to Kernel section of L panel.
14 years ago
Brian E. Granger d26a7e5fcc Removed save widget delay.
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 c900979a80 Misc changes to the 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 8d139492ce show_keyboard_shortcuts -> toggle_keyboard_shortcuts
14 years ago
MinRK 53d10a61ab fix quickhelp widget
14 years ago
Fernando Perez b06d0f03c6 Adjust cell background and number color after review with @minrk.
14 years ago
Fernando Perez 77c62893bc Keep kernel-related bindings together in code.
14 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
14 years ago
Fernando Perez 83790b7e29 Fix text cell color, was too light to be seen on certain monitors/browsers.
14 years ago
Fernando Perez e9d744f06c Add quick help button: broken ATM, style and binding aren't working.
14 years ago
Fernando Perez 6d0715988f Change button labels in restart dialog to action words.
14 years ago
Fernando Perez e852a86669 Add confirmation dialog to kernel restart action.
14 years ago
Fernando Perez e41ba5a75c Refactor line num. toggle into proper function, access via C-m-l.
14 years ago
Fernando Perez 8fb9f71e42 Use monospaced font for keybinding display.
14 years ago
Fernando Perez e8326241eb Add C-m-{'i', '.'} as keybindings for kernel interrupt/restart.
14 years ago
Fernando Perez 3db974a4f4 Padding adjustments to better use vertical and horizontal whitespace.
14 years ago
Fernando Perez e00e604144 Add Ctrl-L as a way to toggle line-numbers for any individual code cell
14 years ago
Felix Werner a4bec7e65d Fixed testing of new notebook name before saving.
14 years ago
Felix Werner f5b52442aa Notify the user of errors when saving a notebook.
14 years ago