180 Commits (eef42aa032fda4e7da3754cd625e5b87de30dc73)

Author SHA1 Message Date
Cameron Bates 240eb562f0 Refactor notebook to use Jinja2 instead of tornado templates
14 years ago
Bussonnier Matthias 45f79e0509 Merge pull request #2192 from Carreau/notification
14 years ago
Matthias BUSSONNIER 71a1675c8f tweek notebook notification behavior
14 years ago
Matthias BUSSONNIER b75c101a97 rename and fix template
14 years ago
Matthias BUSSONNIER 8d6a9e0a67 separate kernel notification from save/load notification
14 years ago
Matthias BUSSONNIER d6ebf4d2b1 beginning notification area
14 years ago
MinRK 2891a0a8ca add empty custom.js/css
14 years ago
MinRK 8aa6fb3fc3 fix missing quotation mark in notebook.html
14 years ago
Bussonnier Matthias 22e757f91d Merge pull request #2073 from Carreau/fixes-1997
14 years ago
Matthias BUSSONNIER 3c743846a7 use full base_url in html and js
14 years ago
Matthias BUSSONNIER 51d715d00a allows password and prefix for notebook
14 years ago
Matthias BUSSONNIER df4192ae2a Allow direct print of the notebook.
14 years ago
MinRK dd3e610882 third attempt at scrolled long output
14 years ago
Matthias BUSSONNIER c06f5b1718 rename show/hide methods to avoid jQuery conflict.
14 years ago
Matthias BUSSONNIER 186c995041 rename context-hint to contexthint
14 years ago
Brian Granger ae2bea23fa Refactored CodeCell to use new OutputArea object for output.
14 years ago
Matthias BUSSONNIER d2f803bff2 multiple tooltip action
14 years ago
Matthias BUSSONNIER 22a44e79f8 change new tooltip appearence
14 years ago
Matthias BUSSONNIER 7b5b591425 improve new tooltip
14 years ago
Matthias Bussonnier 0247ac16f6 tooltip to mac
14 years ago
Matthias BUSSONNIER 856c872ba7 use strict and clean a little.
14 years ago
Matthias BUSSONNIER 5076118509 implement the completer in a separate class
14 years ago
Matthias BUSSONNIER 981738f9e3 change upload sentense
14 years ago
Matthias BUSSONNIER 40bdd81f5c replace b by strong for semantic, more change in boilerplate
14 years ago
Matthias BUSSONNIER 231e8f93f2 remove underscore in filename
14 years ago
Matthias BUSSONNIER 0ada7dd847 bold click here in dashboard
14 years ago
Matthias BUSSONNIER d549731d32 add 'Close and halt' in notebook filemenu
14 years ago
Matthias BUSSONNIER 8d673ea086 clean html, style logon form
14 years ago
Matthias BUSSONNIER 275b1040b1 multifile selection
14 years ago
Matthias BUSSONNIER ca089cc7cf alternate notebook upload methods
14 years ago
MinRK 9927cec392 denote raw cell with 'Raw Text' in UI
14 years ago
MinRK 9ffc7829da rename plaintext cell -> raw cell
14 years ago
Brian Granger 19322be14d Chaging # of engines format in cluster list.
14 years ago
Brian Granger 35ffb5500a Cluster management is now working.
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 a00fc0165b Heading/plaintext cells now wired up to toolbar UI.
14 years ago
Brian Granger 2f88004a05 Updating JS part of plaintext cell handling.
14 years ago
Brian Granger fd3d5edb66 Finishing first draft of RST and heading cells.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Andrew Straw 81a636dabf use Tornado's handler.static_url() in templates
14 years ago
Brian Granger 1ed9a21039 Adding "Cell" to cell related Edit actions.
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 a997e50782 Ace editor now works with Markdown and HTML cells with proper modes.
14 years ago
Brian Granger 13ca0054f7 Updating to CodeMirror 2.2, latest stable release.
14 years ago