157 Commits (033c9d9848c647f3e6ef98e657bfe8ab2cc09c39)

Author SHA1 Message Date
MinRK 033c9d9848 Add tooltips to the notebook via 'title' attr.
15 years ago
Fernando Perez 9fa9f0b15f Merge pull request #884 from fperez/nb-usability
15 years ago
MinRK 8d139492ce show_keyboard_shortcuts -> toggle_keyboard_shortcuts
15 years ago
MinRK 53d10a61ab fix quickhelp widget
15 years ago
Fernando Perez 77c62893bc Keep kernel-related bindings together in code.
15 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
15 years ago
Fernando Perez e9d744f06c Add quick help button: broken ATM, style and binding aren't working.
15 years ago
Fernando Perez 6d0715988f Change button labels in restart dialog to action words.
15 years ago
Fernando Perez e852a86669 Add confirmation dialog to kernel restart action.
15 years ago
Fernando Perez e41ba5a75c Refactor line num. toggle into proper function, access via C-m-l.
15 years ago
Fernando Perez e8326241eb Add C-m-{'i', '.'} as keybindings for kernel interrupt/restart.
15 years ago
Fernando Perez e00e604144 Add Ctrl-L as a way to toggle line-numbers for any individual code cell
15 years ago
Felix Werner a4bec7e65d Fixed testing of new notebook name before saving.
15 years ago
Felix Werner f5b52442aa Notify the user of errors when saving a notebook.
15 years ago
Felix Werner a89d947322 Update document title and last_saved_name only after a successful save.
15 years ago
MinRK 52592d47b1 fix missing trailing comma in kernel.js
15 years ago
MinRK 4eb4926812 use ROUTER/DEALER sockets for stdin
15 years ago
MinRK c022dca01a small CSS adjustments in notebook
15 years ago
MinRK 788d7e6348 allow stdout/stderr to have distinct css
15 years ago
MinRK a9d9a8b72c support contiguous stream output in notebook
15 years ago
Brian Granger b7ab64f304 fixConsole no longer trims the final text.
15 years ago
Brian E. Granger 98393e9a28 Merge branch 'enh/httpauth' of https://github.com/satra/ipython into satra-enh/httpauth
15 years ago
MinRK d11ef986a4 authenticate Websockets with the session cookie
15 years ago
Brian E. Granger 8c76fcf71c Fixing Ctrl-Enter on Firefox.
15 years ago
MinRK 549cf4ee2a fix undefined 'session_id' member in kernel.js
15 years ago
Brian E. Granger c6d030761e Merge branch 'placeholder' of https://github.com/minrk/ipython into minrk-placeholder
15 years ago
MinRK 3aed0a0b94 use null char to start text cell placeholders
15 years ago
Brian E. Granger acc81dfbee Ctrl-Enter now does not delete input, but selects it.
15 years ago
Brian E. Granger 0b19dd7bfe Temporary fix for placeholder related CM bug.
15 years ago
MinRK ba1df9be55 underline keyboard shortcut letter on buttons
15 years ago
Fernando Perez b8c1ab1ada Fix above/below keybinding mismatch and rename api to use above/below
15 years ago
Stefan van der Walt 3a8811e115 Add code highlighting to markdown cells.
15 years ago
Stefan van der Walt dfeb4342ed Align colons in help dialog.
15 years ago
Brian E. Granger d60edf973d Changing prev/next keyboard shortcut to use p/n.
15 years ago
Brian E. Granger b89d656a3c Fixing console.log messages related to keyboard shortcuts.
15 years ago
Brian E. Granger cf0c66fe4e Adding keyboard shortcut help dialog.
15 years ago
Brian E. Granger d3e67106a1 Adding keyboard shortcuts.
15 years ago
Brian E. Granger 6798c5cc97 All output types are not indented.
15 years ago
Brian E. Granger ab384fc787 Cell collapse/expand is not called "Toggle".
15 years ago
Brian E. Granger ea8b4de42d Implemented metadata for notebook format.
15 years ago
Brian E. Granger 7e7a6ab50b Notebook upload handles filenames with periods.
15 years ago
Brian E. Granger 0784df1b9d Making JSON the default .ipynb format.
15 years ago
Brian E. Granger 4d15c8b8e5 Fixing logic for rename behavior.
15 years ago
Brian E. Granger cbe3563d8d Save button becomes Rename when the notebook name changes.
15 years ago
Brian E. Granger f35f9323e6 Better tabindex support.
15 years ago
Brian E. Granger 1293556dde Double clicking on the end space will insert a new cell.
15 years ago
Brian E. Granger 1d43249604 Adding page break logic to the print css.
15 years ago
Brian E. Granger 69d2e18f7a Merge branch 'htmlnotebook_publish' of https://github.com/stefanv/ipython into stefanv-htmlnotebook_publish
15 years ago
Brian E. Granger b5b4cf260f Modifying CodeMirror focus hack to work better.
15 years ago
Stefan van der Walt 823124215c Refactor static printing.
15 years ago