192 Commits (f4b937767ebef3672ef8c074e56d5ed625ce2dbb)

Author SHA1 Message Date
MinRK fa55ba2b43 fix margin typo on output prompt
14 years ago
Matthias BUSSONNIER 623bb06c43 fix completer css on some Chrome versions
14 years ago
mcelrath 160fbcdcbc Alternative solution: silently apply some CSS instead of a dialog box.
14 years ago
Fernando Perez 3fde837087 Merge pull request #1867 from mcelrath/menu_borders
14 years ago
mcelrath 5b2b7ed604 Add bad font detection, and a dialog informing the user.
14 years ago
MinRK dd3e610882 third attempt at scrolled long output
14 years ago
mcelrath a1604deeee Fix vertical offset due to bold/italics, and bad browser fonts.
14 years ago
mcelrath 5612d07fea Fix 1px margin bouncing of selected menu item.
14 years ago
mcelrath faa214178e Fix 1px jumping of cells and menus in Notebook.
14 years ago
Matthias BUSSONNIER c06f5b1718 rename show/hide methods to avoid jQuery conflict.
14 years ago
Brian Granger 8bd7e041cf Misc fixes to the code cell and output area.
14 years ago
Matthias BUSSONNIER 8d5d2d2446 shrink less and css, typo in css
14 years ago
Matthias BUSSONNIER b1a9677cc0 fix less css
14 years ago
Matthias BUSSONNIER 370b723cb6 Revert "remove less CSS"
14 years ago
Matthias BUSSONNIER a280495173 remove less CSS
14 years ago
Matthias BUSSONNIER 5d8f0da694 almost all logic in tooltip.js, padding right button
14 years ago
Matthias BUSSONNIER 0bfa18dd46 call tooltip by cell reference
14 years ago
Matthias BUSSONNIER 52d5f3beb2 move arow with tooltip positoin
14 years ago
Matthias BUSSONNIER fa5aae3f43 shorten prearrow
14 years ago
Matthias Bussonnier e0cf20b423 animate tooltip position
14 years ago
Matthias Bussonnier a84a7f03b0 play with tooltip growing css
14 years ago
Matthias BUSSONNIER 22a44e79f8 change new tooltip appearence
14 years ago
Matthias BUSSONNIER 7b5b591425 improve new tooltip
14 years ago
Matthias BUSSONNIER b463c64b32 new tooltip style
14 years ago
Matthias BUSSONNIER 5076118509 implement the completer in a separate class
14 years ago
Matthias BUSSONNIER a4dc3f1e3f position upload form for firefox
14 years ago
Matthias BUSSONNIER 981738f9e3 change upload sentense
14 years ago
Matthias BUSSONNIER 231e8f93f2 remove underscore in filename
14 years ago
Matthias BUSSONNIER ca089cc7cf alternate notebook upload methods
14 years ago
Brian Granger 35ffb5500a Cluster management is now working.
14 years ago
Brian Granger 5df969af5c Fixing tab design.
14 years ago
Brian Granger 34d784a5ab Draft of the cluster list UI.
14 years ago
Brian Granger b819fbfe8f Initial try at adding tabs to project dashboard.
14 years ago
Brian Granger 3631fae153 Major refactoring of notebook.
14 years ago
Brian Granger 6dc7b078b9 Refactoring templates and top level js/css organization.
14 years ago
Brian Granger e59f95376d Major refactoring of saving, notification.
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
Brian Granger 4c88c4686c First draft of toolbar.
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Brian Granger bf0353ae47 Start the pager out collapsed.
14 years ago
Brian Granger 68fe221a29 Lots of small notebook improvements.
14 years ago
Brian Granger f04e31b80c Add Ace editing mode for code cells.
14 years ago
Brian Granger eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 2a7666639c Fixing bug in dialog closing, drafting print css.
14 years ago
Brian Granger 1f1132c5a4 More minor theme/styling changes.
14 years ago
Brian Granger bf5ffad6f8 Minor style changes. Using better fonts, indenting menu items.
14 years ago
Brian Granger 10a76e8537 Solid first go at jquery-ui based menus.
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
Matthias BUSSONNIER c6457428c8 notebook : update logo
15 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
15 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
15 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
15 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
15 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
15 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
15 years ago
Fernando Perez 160ff3145c Match the max tooltip and bottom area sizes in the notebook.
15 years ago
Matthias BUSSONNIER 7650f444ea tooltip height in %
15 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
15 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
15 years ago
Matthias BUSSONNIER 558c4cab8e fix timebeforetooltip span and css
15 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
15 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
15 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
15 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
15 years ago
Fernando Perez 8d739fb5a2 Fix CSS so word wrapping stays within output box.
15 years ago
Fernando Perez a852c75dd7 Word-wrap output correctly in the notebook; prevents excessive scrolling.
15 years ago
MinRK f2972ad5c4 add 'running' class to running code cells
15 years ago
Fernando Perez 83ddbf5987 Merge pull request #931 from minrk/readonly
15 years ago
MinRK a6de5947de add read-only view for notebooks
15 years ago
Brian Granger a6c9123018 Adding space between paragraphs in rendered html in the notebook.
15 years ago
MinRK 76650e316d Restore kernel status to header
15 years ago
MinRK 6c5f69e97a Moving status widget to Kernel section of L panel.
15 years ago
Brian E. Granger 05729f7c0c Further cleanup and renaming of notebook.
15 years ago
Fernando Perez 55223d0414 Adjust title area sizes to improve alignment.
15 years ago
Fernando Perez b06d0f03c6 Adjust cell background and number color after review with @minrk.
15 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
15 years ago
Fernando Perez 83790b7e29 Fix text cell color, was too light to be seen on certain monitors/browsers.
15 years ago
Fernando Perez e9d744f06c Add quick help button: broken ATM, style and binding aren't working.
15 years ago
Fernando Perez 8fb9f71e42 Use monospaced font for keybinding display.
15 years ago
Fernando Perez 3db974a4f4 Padding adjustments to better use vertical and horizontal whitespace.
15 years ago
Fernando Perez 87462b4259 Minor fixes to text and formatting of error message.
15 years ago
MinRK 940d636656 fix Input prompt/code alignment
15 years ago
MinRK 30028c3ca0 round corner and light bg on code areas
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
Stefan van der Walt dfeb4342ed Align colons in help dialog.
15 years ago
Brian E. Granger cf0c66fe4e Adding keyboard shortcut help dialog.
15 years ago
Fernando Perez 2522a651d9 Right-align prompts to remove spurious whitespace.
15 years ago
Brian E. Granger 5b19a85fa4 Adjusting width of prompt area.
15 years ago
Brian E. Granger 6798c5cc97 All output types are not indented.
15 years ago
Brian E. Granger 5cb8bb1f27 Reorganize the L panel buttons.
15 years ago
Brian E. Granger 133b96d086 Changing CodeMirror-scroll to overflow-y: hidden.
15 years ago
Brian E. Granger 8f149a2623 Help links work on Firefox.
15 years ago
Brian E. Granger 1d43249604 Adding page break logic to the print css.
15 years ago
Brian E. Granger 0529d43ae7 Fixing padding of output cells.
15 years ago
Brian E. Granger 3ad866c73d Reducing/adjusting the padding of cells to make the notebook more
15 years ago
Brian E. Granger 8a55d6bf22 Adding minor help strings for keyboard shortcuts.
15 years ago
Brian E. Granger 20adfc4ced Updates to the css style of rendered html text cells.
15 years ago