Commit Graph

86 Commits (a9d9a8b72c5e6be1b3873c4467b6c4467e00aaca)

Author SHA1 Message Date
MinRK a9d9a8b72c support contiguous stream output in notebook
15 years ago
Brian E. Granger acc81dfbee Ctrl-Enter now does not delete input, but selects it.
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 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 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 1293556dde Double clicking on the end space will insert a new cell.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger 63a148fad5 Don't scroll to bottom when last cell is selected.
15 years ago
Brian E. Granger 726f8c1780 Pager is not activated if the pager text is empty.
15 years ago
Brian E. Granger bf8ba0889e Code cell gets focused after "To Code" is triggered.
15 years ago
Brian E. Granger dcd25caf9a Adding additional whitespace at botton of notebook for TAB comp.
15 years ago
Brian E. Granger 75c54c887e Notebook id removed from the notebook format.
15 years ago
Brian E. Granger 3d7d0f8b0b Added a notebook dirty flag that is used when exiting page.
15 years ago
Brian E. Granger a9d6f2eb2d Major refactor of kernel connection management in the notebook.
15 years ago
Brian E. Granger b264e21a6d Clear all output is implemented.
15 years ago
Brian E. Granger 24a3464921 Disabling auto-save at exit.
15 years ago
Brian E. Granger c72b41883f Adding tracebacks, evalue and etype to the nbformat and notebook.
15 years ago
Brian E. Granger 0c3bba9641 Adding time delay to show the notebook saving more clearly.
15 years ago
Brian E. Granger c2ce42121b %loadpy works in the notebook and bug with inline plotting fixed.
15 years ago
Brian E. Granger 0db7ab16a3 Finishing display system work.
15 years ago
Brian E. Granger a70cbfc382 Implemented smart autoindenting.
15 years ago
Brian E. Granger bc5dd6d359 Markdown cells are now saved and restored in notebooks.
15 years ago
Brian Granger f90b5761a2 Refactoring of text/markdown/rst/html cells.
15 years ago
Brian E. Granger 81a1099f87 Starting work on a Markdown cell.
15 years ago
Brian E. Granger 9964704b73 New HTMl cell working with CodeMirror editing.
15 years ago
Brian E. Granger 875e7da94b Added saving and loading of output of all types.
15 years ago
Brian E. Granger a0cbccaa03 Adding kernel/notebook associations.
15 years ago
Brian E. Granger ad84abcf36 Improvements to file uploaded, mime types and .py reader.
15 years ago
Brian E. Granger c106630a2f Implemented basic notebook browser and fixed numerous bugs.
15 years ago
Brian E. Granger b11824ef1b Massive work on the notebook document format.
15 years ago
Brian E. Granger cad3c34d62 Hacks to prevent FLOUC (flash of unformatted content).
15 years ago
Brian E. Granger 4f57e3c7fe Fixes to terminal mode execution (ctrl-enter).
15 years ago
Brian E. Granger 96be322070 Removing default input prompt number.
15 years ago
Brian E. Granger 5519c01de3 CTRL-ENTER now runs a cell in "terminal mode"
15 years ago
Brian E. Granger 64273fa929 Autocompletion working with CTRL-SPACE.
15 years ago
Brian Granger e09906c1a8 Added complete method of JS kernel object.
15 years ago
Brian E. Granger 4558e8af5f Prevent shift-enter from propagating and performing default.
15 years ago
Brian E. Granger 239b087e8f Updating font-sizing to use the YUI protocol.
15 years ago
Brian E. Granger 27b5357678 Fixing execution related things.
15 years ago
Brian E. Granger 5fb6787570 Work on save widget, kernel status widget and notebook section.
15 years ago
Brian Granger b4015cd010 Minor fixes to fonts and spacing.
15 years ago
Brian E. Granger 3db8ae6073 Initial draft of panel section and the cell section working.
15 years ago
Brian E. Granger 4db2677391 Improving the scrolling model.
15 years ago
Brian E. Granger c538958f71 Left panel is now working.
15 years ago
Brian E. Granger 3c07de2208 More accuract height calculations for the pager collapse/expand.
15 years ago