1505 Commits (04726d2563386b22d4e22aa111b68e60d260ea75)

Author SHA1 Message Date
Fernando Perez ea6e18abf3 Merge pull request #1936 from minrk/savenotify
14 years ago
Fernando Perez d81197455a Merge pull request #1849 from stefanv/octavemagic
14 years ago
MinRK ace8c72c9c increase duration of save messages
14 years ago
MinRK ec50e94524 restore collapsed state for cells
14 years ago
MinRK 362feaa295 add empty metadata field on cells/worksheets
14 years ago
MinRK d73b4e428e don't warn in iptest if deathrow/quarantine are missing
14 years ago
MinRK 33b0144b8f skip autoreload tests
14 years ago
mcelrath 160fbcdcbc Alternative solution: silently apply some CSS instead of a dialog box.
14 years ago
MinRK 15689fb664 add toggle output scroll to quickhelp
14 years ago
MinRK ed4ee44a21 add ^M-O for toggling output scroll
14 years ago
MinRK 5f0b08145e dblclick/double click for humans
14 years ago
MinRK 5b0d89a9ad use glob for bad exclusion warning
14 years ago
Fernando Perez 4251457d9a Merge pull request #1870 from minrk/captureio
14 years ago
Fernando Perez 3fde837087 Merge pull request #1867 from mcelrath/menu_borders
14 years ago
Fernando Perez b683e0fadc Merge pull request #1889 from invisibleroads/patch-3
14 years ago
Fernando Perez 60f6f874fb Merge pull request #1886 from tkf/fix-notebook-rename
14 years ago
Fernando Perez 1c905f74af Merge pull request #1883 from mcelrath/mono_cursor_offset
14 years ago
mcelrath 5b2b7ed604 Add bad font detection, and a dialog informing the user.
14 years ago
Stefan van der Walt c9a0f40dc5 Skip octavemagic tests if oct2py is unavailable.
14 years ago
MinRK dd3e610882 third attempt at scrolled long output
14 years ago
Roy Hyunjin Han ec3babe3ff Reconnect when the websocket connection closes unexpectedly
14 years ago
Takafumi Arakaki 635846dc74 Fix a bug in renaming notebook
14 years ago
Brian E. Granger cdfc81c542 Merge pull request #1829 from Carreau/notebook_cellmagic_completion
14 years ago
Min RK d4727ba7cf fix missing comma
14 years ago
Brian Granger d27a86ef77 Removing resizable SVGs from output.
14 years ago
Brian Granger 41dbc82478 SVG images are now resizable in Chrome+FF.
14 years ago
Brian Granger fc040f5da2 Resolving conflict in utils.js.
14 years ago
Brian Granger 4b1eec0eaf Make svg, jpeg and png images resizable in notebook.
14 years ago
Min RK ebd26651ab Merge pull request #1674 from mdboom/notebook-carriage-return
14 years ago
Michael Droettboom 8c053ac40c Fix rebase.
14 years ago
Matthias BUSSONNIER d4e9858fef pep8
14 years ago
Matthias BUSSONNIER cc62fc63f9 don't care about lleading prct in completion
14 years ago
mcelrath a1604deeee Fix vertical offset due to bold/italics, and bad browser fonts.
14 years ago
Fernando Perez 9ebbfe3f22 Merge pull request #1841 from Carreau/deduplicate_completion
14 years ago
Michael Droettboom b471db22e0 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom a9453360a9 Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
Michael Droettboom f058068f53 Fix carriage-return handling regular expression so it doesn't treat "\r\n" as "\r".
14 years ago
MinRK 07f0eca24f move capture_output util from parallel tests to utils.io
14 years ago
Min RK f75497d930 Merge pull request #1815 from ellisonbg/nbsavebug
14 years ago
mcelrath 5612d07fea Fix 1px margin bouncing of selected menu item.
14 years ago
Matthias BUSSONNIER 567b6bbcd2 don't need to check for leading dot
14 years ago
Fernando Perez 1bf5ead0e8 Merge pull request #1856 from mcelrath/master
14 years ago
mcelrath faa214178e Fix 1px jumping of cells and menus in Notebook.
14 years ago
Fernando Perez 22c5d421fc Merge pull request #1780 from jonathan-taylor/rmagic_extension
14 years ago
Matthias BUSSONNIER 795cb7bb21 bracket on same line
14 years ago
MinRK 91180c0511 add InlineBackend to ConsoleApp class list
14 years ago
Matthias BUSSONNIER 9cfdea0d1c take care of token starting by '.' (dot)
14 years ago
Matthias BUSSONNIER d74a58b3c8 [notebook] deduplicate completion results
14 years ago
Brian Granger fc096c7232 Using IPython.utils.keycodes in the nb rename dialog.
14 years ago
Brian Granger 010c35b130 Making the input text area watch for `ENTER` in nb renames.
14 years ago
Brian Granger 4dc94e29c8 ENTER submits the rename notebook dialog.
14 years ago
Brian E. Granger c57fa1cd6a Merge pull request #1820 from bfroehle/port_selection_2
14 years ago
Brian E. Granger 81aa090ce0 Merge pull request #1816 from ellisonbg/nbname
14 years ago
Fernando Perez d12819830f Merge pull request #1813 from takluyver/nose-assert-methods
14 years ago
Bradley M. Froehle 7c1091c299 exit if server cannot start (instead of ugly traceback)
14 years ago
Bradley M. Froehle 6faad7f38f NotebookApp: Make the number of ports to retry user configurable.
14 years ago
Brian Granger 09da6cb8af Always use filename as the notebook name.
14 years ago
Brian Granger 4c2e42e9db Make : invalid in filenames in the Notebook JS code.
14 years ago
Brian Granger 4c31453ea7 Making Notebook.set_dirty an event so CodeCell can set it.
14 years ago
Fernando Perez 41665e4483 Ensure that no tests are attempted if numpy or rpy2 are not present.
14 years ago
Brian Granger 9826a17ae2 Removing cell from execute callbacks in kernel.js.
14 years ago
Thomas Kluyver b47a0cfda9 Add assert_in method to nose for Python 2.6
14 years ago
Brian Granger e817bfdaeb Update directview.ipynb & allowing no-callbacks in kernel.execute.
14 years ago
Brian Granger 9c94c996ae Removing extra call to Kernel.stop_channels.
14 years ago
Takafumi Arakaki 0df931d69a Reduce repeated code regarding restarting events
14 years ago
Takafumi Arakaki db5393c618 Clear window title when kernel is restarted
14 years ago
Matthias BUSSONNIER 9f319f6da9 click on close cancell stick
14 years ago
Matthias BUSSONNIER 366cba5916 retab tab to space
14 years ago
Matthias BUSSONNIER 523ae0c377 fix tooltip keep focus on wrong cell
14 years ago
Matthias BUSSONNIER a083ce93c1 remove less.css
14 years ago
Matthias BUSSONNIER c06f5b1718 rename show/hide methods to avoid jQuery conflict.
14 years ago
Matthias BUSSONNIER 3dc363e1e8 Revert "remove less file"
14 years ago
Brian Granger 8bd7e041cf Misc fixes to the code cell and output area.
14 years ago
Brian Granger 32343c5973 Fixed order of notebook loading and kernel starting.
14 years ago
Matthias BUSSONNIER 186c995041 rename context-hint to contexthint
14 years ago
Matthias BUSSONNIER 88befeb497 space after function keyword in context-hint
14 years ago
Matthias BUSSONNIER b1e5e99bcd beautify context-hint.js
14 years ago
Matthias BUSSONNIER 129f114868 Uppercase constant keycode in utils.js
14 years ago
Matthias BUSSONNIER f3ff31b75a remove CamelCasse methods from completer.js
14 years ago
Matthias BUSSONNIER b2a04396d8 space before function keyword in js
14 years ago
Matthias BUSSONNIER ea325c095b beautify completer.js
14 years ago
Matthias BUSSONNIER 0f34ca4346 beautify tooltip.js
14 years ago
Matthias BUSSONNIER 27be46264a remove less file
14 years ago
Matthias BUSSONNIER 8d5d2d2446 shrink less and css, typo in css
14 years ago
Matthias BUSSONNIER d823325be4 make sticky time configurable
14 years ago
Matthias BUSSONNIER 7d069cd792 Notification + tooltip demo
14 years ago
Matthias BUSSONNIER c804c036ec tooltip, pager bring pager
14 years ago
Matthias BUSSONNIER b1a9677cc0 fix less css
14 years ago
Matthias BUSSONNIER 370b723cb6 Revert "remove less CSS"
14 years ago
Brian Granger 644b1f85ed Fixing bug in prompt_area handling of OutputArea.
14 years ago
Brian Granger 6268e0a4b1 Removing stale code in CodeCell.
14 years ago
Brian Granger fd4ecebc9d Adding missing var statements in notebook.js.
14 years ago
Brian Granger b274a86b8c Adding back kernel dead choice for user.
14 years ago
Brian Granger ae2bea23fa Refactored CodeCell to use new OutputArea object for output.
14 years ago
Brian Granger f306423c7e Adding options to Kernel.execute with a default of silent=true.
14 years ago
Matthias BUSSONNIER 2976d8ea10 fix multiple busy in title bar due to completer
14 years ago
Matthias BUSSONNIER 7301213124 simplify completer logic as we don't exec on behalf of cell
14 years ago
Matthias BUSSONNIER e8632ff7ee clean code, show clock if tooltip is 'sticky'
14 years ago
Matthias BUSSONNIER 8f33caf0dc make tooltip tabs fonction configurable
14 years ago
Matthias BUSSONNIER bf5cf0dd3a move some tooltip logic away from codecell.js
14 years ago
Matthias BUSSONNIER 98303f5f7d Clean code, retab and minor fix
14 years ago
Matthias BUSSONNIER a280495173 remove less CSS
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Matthias BUSSONNIER 94d8683400 allow number in tokens
14 years ago
Matthias BUSSONNIER 068a60a8b7 fix print view
14 years ago
Matthias BUSSONNIER 507a66235b fix typo that->this
14 years ago
Matthias BUSSONNIER b6fcb806d6 fix cancel_stick typo
14 years ago
Matthias BUSSONNIER d7b42270ee remove console.log
14 years ago
Matthias BUSSONNIER 73cc002110 clean and comment tooltip file
14 years ago
Matthias BUSSONNIER 5064568730 should fix click on close works when sticky
14 years ago
Matthias BUSSONNIER d2f803bff2 multiple tooltip action
14 years ago
Matthias BUSSONNIER 72e3ea89ee remove global
14 years ago
Matthias BUSSONNIER 5d8f0da694 almost all logic in tooltip.js, padding right button
14 years ago
Matthias BUSSONNIER ca68062413 call tooltip after time
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 17a4f13a81 animation if already shown
14 years ago
Matthias Bussonnier e0cf20b423 animate tooltip position
14 years ago
Matthias Bussonnier b26b20e94f fix scrolltop
14 years ago
Matthias Bussonnier a84a7f03b0 play with tooltip growing css
14 years ago
Matthias Bussonnier 775c9e9317 comment a little
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 85a09de995 tooltip to mac
14 years ago
Matthias Bussonnier 0247ac16f6 tooltip to mac
14 years ago
Matthias BUSSONNIER 7e7df86761 more cleaning
14 years ago
Matthias BUSSONNIER cf19389cdd clean code, remove duplicate unused lines
14 years ago
Matthias BUSSONNIER 6a658a6fa8 move more code into the completer itself
14 years ago
Matthias BUSSONNIER e4784b984b be smarter for context completion
14 years ago
Matthias BUSSONNIER 23ef964f06 add ctrlKey.which to utils
14 years ago
Matthias BUSSONNIER 3919267750 Removing some code that seem not to be usefull anymore
14 years ago
Matthias BUSSONNIER cfaa7ba427 import Utils keycodes into the completer
14 years ago
Matthias BUSSONNIER fa6b8974ea add a keycodes structure to utils
14 years ago
Matthias BUSSONNIER 472fe4c19e fix replace range bug
14 years ago
Matthias BUSSONNIER 839b8489c8 comment more
14 years ago
Matthias BUSSONNIER 0fa8b2236a fix and retab javascript
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
Fernando Perez 9af0496692 Merge pull request #1811 from minrk/exclusions
14 years ago
MinRK 45a3230d70 test for exclusions based on ipython_package_dir
14 years ago
Brian E. Granger 675aa0bbef Merge pull request #1808 from Carreau/alternate-upload-ff
14 years ago
MinRK cd6fd19fd8 remove stale exclusions revealed by warning
14 years ago
MinRK 65ac94d8f4 warn on nonexistent exclusions
14 years ago
MinRK 3ac79da49c add missing cython exclusion in iptest
14 years ago
Matthias BUSSONNIER a4dc3f1e3f position upload form for firefox
14 years ago
Bussonnier Matthias 711c2ef6cc Merge pull request #1739 from Carreau/dashboardImprovement
14 years ago
Matthias BUSSONNIER 981738f9e3 change upload sentense
14 years ago
Fernando Perez c15e0fa132 Merge pull request #1770 from ellisonbg/cython_magic
14 years ago
Brian Granger 26e8363d46 More code review changes:
14 years ago
Fernando Perez 5378cba25a Merge pull request #1755 from minrk/pygmentstest
14 years ago
Brian E. Granger 13cc762f4c Merge pull request #1630 from minrk/mergekernel
14 years ago
Bussonnier Matthias 242d3df5c2 Merge pull request #1705 from Carreau/draggablePager
14 years ago
Thomas Kluyver 89b6bc664a Merge pull request #1606 from Carreau/loadpycat
14 years ago
Matthias BUSSONNIER 1eeff0e5c8 Revert "esc collapse pager"
14 years ago
MinRK b037cf18a4 move default log setup to _log_default from init_logging
14 years ago
MinRK 1cd79e1461 test for pygments before running qt tests
14 years ago
MinRK e0cdb267de fix date objects in _reserialize_reply
14 years ago
Matthias BUSSONNIER 73ff1c5cde fix upload button selection by class
14 years ago
Matthias BUSSONNIER b2291b14dc Drag target bigger for empty notebook dashboard
14 years ago
Matthias BUSSONNIER 1eae6f060a do not expose enable/disable autorefresh
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 ee857f1bd9 remove extra console.log
14 years ago
Matthias BUSSONNIER d549731d32 add 'Close and halt' in notebook filemenu
14 years ago
Matthias BUSSONNIER 13cf61912b prevent autorefresh when pending upload
14 years ago
Matthias BUSSONNIER a6f78c90b3 Check for null rather than undefined
14 years ago
Matthias BUSSONNIER c20c814a69 space around assignement
14 years ago
Matthias BUSSONNIER 2faee858af rename kernel_status -> kernel_id
14 years ago
Matthias BUSSONNIER 34deb138c8 test kernel for undefined rather than off
14 years ago
Matthias BUSSONNIER fc59441dda dashboard autorefresh
14 years ago
Matthias BUSSONNIER a07088dde1 clean unused command
14 years ago
Matthias BUSSONNIER 4af8cb6c9a proof of concept
14 years ago
Matthias BUSSONNIER 473a3947b0 kernel status
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
Min RK c6fedc3456 Merge pull request #1686 from punchagan/notebook-cmd-line
14 years ago
Matthias BUSSONNIER 293243fcf4 remove references to loadpy
14 years ago
Matthias BUSSONNIER 6acefdacb2 pep 8 and js
14 years ago
Matthias BUSSONNIER 4cfd7e9df6 fix firefox compatibility
14 years ago
MinRK f72eebe15f update with forthcoming MathJax CDN move
14 years ago
Matthias BUSSONNIER 785fbd9d9a esc collapse pager
14 years ago
Puneeth Chaganti 1e9d2f4a1c ENH: Open a notebook from the command line
14 years ago
Matthias BUSSONNIER 976c433fe4 Make pager resizable, and remember size...
14 years ago
Matthias BUSSONNIER 8462288405 fix tooltip on token with number
14 years ago
MinRK 97151aa3b8 revert PR #1659
14 years ago
Michael Droettboom a5d7dd8d2b Fix typo in comment
14 years ago
Michael Droettboom e8be6bbe50 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom 50fa35b1cc Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
MinRK 86e3e953da add ioloop.install to backported patches
14 years ago
Fernando Perez e5e200eaa7 Merge pull request #1621 from ivanov/clear-input-prompt-on-clear-all-output
14 years ago
MinRK 6419b0b130 include IPython.zmq in iptest groups
14 years ago
Paul Ivanov 06dd2b00c6 clear In[] prompt numbers on "Clear All Output"
14 years ago
MinRK 6e2694a9d9 handle old pyzmq in notebook exit confirmation
14 years ago
MinRK c5d7d6f08a confirm notebook shutdown on SIGINT
14 years ago
MinRK 3c19b40d2f exit notebook cleanly on SIGINT, SIGTERM
14 years ago
Fernando Perez 0344f92a62 Merge pull request #1490 from minrk/raw
14 years ago
MinRK e7a45e9454 add VERSIONHACK markers for never-released plaintext handling
14 years ago
Fernando Perez 526d842289 Merge pull request #1502 from minrk/pyflakes
14 years ago
Fernando Perez 98ac51808e Merge pull request #1563 from minrk/clear_output
14 years ago
Fernando Perez 14d29450a3 Merge pull request #1560 from minrk/testdocs
14 years ago
MinRK 9cb1559d5e document initially hidden javascript container
14 years ago
MinRK c21be2f386 hide output_area for js
14 years ago
MinRK 5c6c247b65 [notebook] clear_output is handled after a delay
14 years ago
MinRK fe92e50471 remove a few more obsolete twisted notes
14 years ago
MinRK 124037690e use os.getcwdu in NotebookManager
14 years ago
MinRK fd2cc9d19e make MultiKernelManager.kernel_manager_class configurable
14 years ago
MinRK 600acfb694 fix sorting profiles in clustermanager
14 years ago
MinRK f9438de710 small changes in response to pyflakes pass
14 years ago
MinRK 9927cec392 denote raw cell with 'Raw Text' in UI
14 years ago
MinRK f036c032c7 interpret 'plaintext' cells with their new name 'raw'
14 years ago
MinRK 9ffc7829da rename plaintext cell -> raw cell
14 years ago
MinRK 9d80f8522c use DummyIPClusterStart to load config in notebook ClusterManager
14 years ago
Brian Granger 19322be14d Chaging # of engines format in cluster list.
14 years ago
Brian Granger 24510c6e00 Sort profiles in cluster tab.
14 years ago
Brian Granger c0a87aa940 Notebook cluster manager now uses proper launchers.
14 years ago
Brian Granger dbefa745fd On tab select, the URL is updated.
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 f19a63759b First version of cluster web service.
14 years ago
Brian E. Granger 6b5a5f0b36 Merge pull request #1450 from minrk/httpsmathjax
14 years ago
MinRK 8de583a6cd include heading level in JSON
14 years ago
MinRK 83c5470bf7 load mathjax from CDN via https
14 years ago
MinRK 7ad2568d53 fix inverted self.browser logic
14 years ago
Min RK ea945fa31c Merge pull request #1406 from ivanov/browser-selection
14 years ago
Paul Ivanov 6ee29b4c72 be more explicit about how --browser value is used
14 years ago
Paul Ivanov 407c8ee6d7 added --browser option to notebook
14 years ago
Paul Ivanov 7b9099041d document how to select browser for notebook
14 years ago
Thomas Kluyver 7d849a2f70 Only monkeypatch xunit when the tests are run using it.
14 years ago
Thomas c926a2872c Merge pull request #1395 from takluyver/xunit-kf
14 years ago
Brian E. Granger d0c445a63c Merge pull request #1386 from ellisonbg/jsd3
14 years ago
Thomas Kluyver 4f947c2877 Make separate function to monkeypatch Xunit.
14 years ago
Thomas Kluyver 5773f8cd1d Monkeypatch Xunit to count known failures as skips, not errors.
14 years ago
Min RK 6b2cb224cd Merge pull request #1353 from takluyver/i1345
14 years ago
Brian Granger 6c9a7d0d41 Fixing Cell menu to update cell type select box.
14 years ago
Brian Granger 5ef2e06a42 Javascript output is not run on notebook loading and paste's.
14 years ago
Brian Granger 893572d3ad Wired up the javascript display protocol using eval.
14 years ago
Brian E. Granger cd0810ee25 Merge pull request #1370 from minrk/draft76
14 years ago
Brian E. Granger b3fb9c474b Merge pull request #1368 from minrk/asciipatterns
14 years ago
MinRK 8cfd9dcf6e allow draft76 websockets (Safari)
14 years ago
MinRK 7607bb6a5b Ensure handler patterns are str, not unicode
14 years ago
Brian Granger f387e52610 Proper error handling for nbformat versions in client code.
14 years ago
Brian Granger 1ffb5ff262 Making keyboard shortcut for showing line numbers consistent.
14 years ago
Brian Granger f9ce3fa493 Fixing #1337. Tooltip stops TAB from being handled by others.
14 years ago
Brian Granger e5bc1eef59 Fixing Shift-Enter bug in text cells.
14 years ago
Brian Granger 4ae865a988 Fixing #1348 to allow Ctrl-M M to work w/o releasing Ctrl.
14 years ago
Brian Granger e59f95376d Major refactoring of saving, notification.
14 years ago
Brian E. Granger 241e65b5c1 Merge pull request #1347 from Carreau/fixes-1243
14 years ago
Brian E. Granger 96e5089d5d Merge pull request #1346 from astraw/alternate-url-fixups
14 years ago
Brian Granger d7efc05572 Removing extra refresh in PlaintextCell.
14 years ago
Brian Granger bdd17da81d Fixing minor bugs in nbformat and saving.
14 years ago
Thomas Kluyver abd3989bb6 Specify UTF-8 encoding for saving notebook as script.
14 years ago
Thomas Kluyver 53b10b861c Save notebook as script using unicode file handle.
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 f65adcf33e Adding new HeadingCell.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Andrew Straw ee9da32b05 use full URL when using alternate URL prefix
14 years ago
Andrew Straw 332fdf662c let websocket server be traited config option
14 years ago
Andrew Straw bd7f1f941c allow setting base_project_url and base_kernel_url to non-default values
14 years ago
Andrew Straw c706d6ed99 bugfix: use baseProjectUrl when re-writing URL in address bar
14 years ago
Andrew Straw 81a636dabf use Tornado's handler.static_url() in templates
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
Brian Granger 1ed9a21039 Adding "Cell" to cell related Edit actions.
14 years ago
Brian Granger 9b723324db Wired the rest of the toolbar buttons up to 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
fawce a53def4a49 fixed missing return for keybinding
14 years ago
fawce 6120c07c4d added key handler for control-s to notebook, seems to work pretty well
14 years ago
Thomas Kluyver 717285060e Use explicit for loop to find section in testing.
14 years ago
Thomas Kluyver 4b51bacbb2 Don't raise errors from coverage post-processing.
14 years ago
Thomas Kluyver 93a8b9d215 Use separate option --with-xml-coverage to ask for coverage xml output.
14 years ago
Thomas Kluyver 24af9ac298 Use standard command for coverage.
14 years ago
Thomas Kluyver e29d417931 Produce coverage xml reports from subprocess test runners.
14 years ago
Min RK 125dc8cb74 Merge pull request #1206 from minrk/fixConsole
14 years ago
Fernando Perez df7d91f30a Add linewrapping to text cells (new feature in CodeMirror).
14 years ago
Fernando Perez ef1cc56996 Merge pull request #1327 from ellisonbg/updatecm2
14 years ago
Fernando Perez 219ba77482 Merge pull request #1326 from ellisonbg/removeace
14 years ago
Fernando Perez 1d5c57d6c9 Remove debug print statement left over from PR #1316.
14 years ago
Brian Granger 0bc0c560aa Removing extra refresh that is no longer needed because of CM fix.
14 years ago
Brian Granger 262d73f652 Updating CodeMirror to latest to incorporate bug fixes.
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Matthias BUSSONNIER 7e268d8ec8 execute_get_cell -> execute_cell
14 years ago
Matthias BUSSONNIER 8ad0cbe4c0 forgotten selected_cell -> get_selected_cell
14 years ago
Thomas Kluyver b01e9ea082 Pass subprocess test runners a suitable location for xunit output.
14 years ago
Brian E. Granger d8e1b38507 Merge pull request #1303 from ellisonbg/updatecm
14 years ago
Brian Granger d3c3c9e712 Fixing auto-indent issues in CodeMirror config.
14 years ago
Brian Granger 5947849342 Fixing broken notebook saves.
14 years ago
Brian Granger c94e6f34d7 Disallow empty notebook names.
14 years ago
MinRK 370078020f flush outgoing heartbeats
14 years ago
Brian Granger 244ed795d3 Adding refresh/focus/refresh back to edit to fix bug in FF.
14 years ago
Brian Granger e6e7d41f5b Fixing bugs in CodeMirror refreshing.
14 years ago
Brian Granger 1e2e086508 Optimizing notebook loading.
14 years ago
Brian Granger bf0353ae47 Start the pager out collapsed.
14 years ago
Brian Granger a997e50782 Ace editor now works with Markdown and HTML cells with proper modes.
14 years ago
Brian Granger 68fe221a29 Lots of small notebook improvements.
14 years ago
Brian Granger ecfdfad2bf Refactoring of the notebooks cell management.
14 years ago
Brian Granger ccd4de93c7 Updating cell logic.
14 years ago
Brian Granger e1a8835dfa Work on the base Cell API.
14 years ago
Brian Granger deb800daff Fixing bugs that have shown up since updating CM to 2.2.
14 years ago
Brian Granger 13ca0054f7 Updating to CodeMirror 2.2, latest stable release.
14 years ago
Brian Granger 1b8b716b48 Removing left over console.logs.
14 years ago
Brian Granger e93d4a9308 Minor, but important fixes to cut/copy/paste.
14 years ago
Brian Granger 43c82a2b80 Fixing minor typo in menubar.js.
14 years ago
Brian Granger 183e9ccfb1 Minor changes to Ace widget.
14 years ago
Brian Granger f04e31b80c Add Ace editing mode for code cells.
14 years ago
Brian Granger d369606683 Cell splitting and merging is done!
14 years ago
Brian Granger b42cafa15d More of the initial split cell capability.
14 years ago
Brian Granger 23b5fd856a Basic code cell splitting implemented.
14 years ago
Min RK 41149ba246 Merge pull request #1253 from ivanov/profile_auto_create
14 years ago
Brian Granger 06cc810b80 Adding keyboard sortcuts for cut/copy/paste.
14 years ago
Brian Granger ccc5aa04b2 Added cell level cut/copy/paste.
14 years ago
Brian Granger 0051dd3bda Fixing docstring in the notebook manager.
14 years ago
Brian Granger eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 76f500b3c3 Improving the save notification.
14 years ago
Brian Granger 2a7666639c Fixing bug in dialog closing, drafting print css.
14 years ago
Brian Granger 531cfee407 Remove Rename dialog from the DOM upon closing it.
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 b3de72087c Minor fixes to the menu shortcuts.
14 years ago
Brian Granger be8f252e78 Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger 8cd495c38f Beginning work on notebook duplication.
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
Brian Granger e4489da763 Initial work to add Wijmo based menu.
14 years ago
Paul Ivanov 9e475c3dc5 set auto_create flag for notebook apps
14 years ago
Matthias BUSSONNIER 096ba3fcc4 fix weird magic completion
14 years ago
Min RK e4beaf0a73 Merge pull request #1211 from minrk/localfiles
14 years ago
Min RK 7be995118d Merge pull request #1224 from minrk/dblclick
14 years ago
MinRK 87877e9a7f explicit for-loop in cleanup_kernels
14 years ago
MinRK 1385ef8ebb log heartbeat failure in notebook
14 years ago
MinRK 655bf1bacc prevent delayed heartbeat from starting on closed sessions
14 years ago
MinRK 2c8106bf42 trigger textcell render on unselect instead of focusout
14 years ago
MinRK 5cce816d2a edit text cells on double-click instead of single-click
14 years ago
MinRK 1d65883212 serve local files as `files/foo`
14 years ago
MinRK ba5e2538b5 use absolute URLs for static files
14 years ago
MinRK d67865c73c authenticate local file access
14 years ago
MinRK 831fb175f8 serve files in notebook-dir as local/foo
14 years ago
MinRK 7691f4f9fc store nonexistent prompt number as null
14 years ago
MinRK 220a5f0664 don't preserve fixConsole output in json
14 years ago
MinRK 15ca2aaa20 add first_beat delay to notebook heartbeats
14 years ago
MinRK 13fc7e5c41 cleanup connection files on notebook shutdown
14 years ago
Fernando Perez 572e1eb56f Add message about how to stop the notebook.
14 years ago
MinRK 602d2ec18a fix IOPub parent checking in notebook
14 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
14 years ago
Fernando Perez 7c7a48e2ce Define flags in application that's going to use them.
14 years ago
Fernando Perez b3d5732690 Fix typo in help string
14 years ago
Fernando Perez fd485e23fc Add --script flag as shorthand for the script autosave notebook option.
14 years ago
Stefan van der Walt 6a8a66fa8b Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
14 years ago
Stefan van der Walt 4476c69984 Hide top login/logout buttons on login/logout pages.
14 years ago
Stefan van der Walt 52a2f081fe Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
14 years ago
Stefan van der Walt 3bf57a7f5d Improve three-state read-only logic.
14 years ago
Stefan van der Walt 23ff0c2f88 On the login page, focus on the password field.
14 years ago
Stefan van der Walt 06d34fea72 Redirect to front page upon read-only logout.
14 years ago
Stefan van der Walt ec89b7c98b Display login button in read-only mode.
14 years ago
Fernando Perez b98a86f818 Merge pull request #1146 from minrk/savescript
14 years ago
MinRK dca65fa91d include error in 'Unexpected error' message.
14 years ago
MinRK 6947e47822 Merge PR #1132
14 years ago
MinRK 218a88a47b move drag_info show/hide to page.ready, to avoid flouc
14 years ago
Matthias BUSSONNIER c6457428c8 notebook : update logo
14 years ago
MinRK a8425e5c62 Merge PR 1135
14 years ago
MinRK 88340d682c update iptest exclusions with recent changes
14 years ago
Matthias BUSSONNIER 16946ef7bb unhide on not read-only instead of inverse
14 years ago
Timo Paulssen eb51077b26 look for mathjax in the custom static path if it's supplied.
14 years ago
Timo Paulssen 7fa16984cc this is how the configuration system is supposed to be used.
14 years ago
Timo Paulssen ec0026bbf9 use IPythons config subsystem to allow overrides to the tornado web app.
14 years ago
Matthias BUSSONNIER 540f77f96a [notebook] read-only disable element
14 years ago
Matthias BUSSONNIER b0ad2c6f29 [notebook] read-only: disable name field
14 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
14 years ago
Matthias BUSSONNIER 70fa9c8b2a totally remove pager when read only
14 years ago
MinRK 46cd0213a6 allow saving notebook.py next to notebook.ipynb
14 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
14 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
14 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
14 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
14 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
14 years ago
MinRK bf7f3336ae Split swallow_argv into standalone function in lib.kernel
14 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
14 years ago
MinRK 7774ddd0a5 Merge PR #1098: notebook config-panel style
14 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
14 years ago
MinRK d6ac9f3ec3 add server/permission info in failed-mathjax dialog
14 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
14 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
14 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
14 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
14 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
14 years ago
MinRK f18d172fdf don't swallow regular key events in read-only mode
14 years ago
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
14 years ago
Matthias BUSSONNIER 90b6f1b8d6 fix double tooltip
14 years ago
Matthias BUSSONNIER 1b68c17acc tidy up code
14 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
14 years ago
Matthias BUSSONNIER 5e1bd70d36 tabs fast forward user tab
14 years ago
Matthias BUSSONNIER 27f2b2b876 Handle lower and uppercase
14 years ago
Matthias BUSSONNIER 5f70418dc5 protect shift extend on Uppercase
14 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
14 years ago
Fernando Perez df502540cc Fix bug where "don't leave" dialog was appearing when not needed in nb.
14 years ago
Fernando Perez 160ff3145c Match the max tooltip and bottom area sizes in the notebook.
14 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
14 years ago
Fernando Perez 983b3a7bc8 Fix inline backend logic and avoid tests if mpl not available.
14 years ago
Bussonnier Matthias ea32220f8f fix firefox (windows) break line on empty prompt number
14 years ago
Thomas Kluyver 9ab78ba545 Merge branch 'flush'
14 years ago
Thomas Kluyver 6ae0797040 Notebook: don't change cell when selecting code using shift+up/down.
14 years ago
Matthias BUSSONNIER 52d8a125dd fix 2 typos
14 years ago
Matthias BUSSONNIER c2070df52d handle empty docstring
14 years ago
Matthias BUSSONNIER 7650f444ea tooltip height in %
14 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
14 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
14 years ago
Matthias BUSSONNIER 73f252676f show tooltip if completer 'fail' afer n attempt
14 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
14 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
14 years ago
Matthias BUSSONNIER 01a0c126d4 Replace trigering tooltip for cross platform indep
14 years ago
Matthias BUSSONNIER 558c4cab8e fix timebeforetooltip span and css
14 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
14 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
14 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
14 years ago
Matthias BUSSONNIER 45db8cce13 tooltip on <tab>
14 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
14 years ago
Matthias BUSSONNIER 38cd955d8d update copyright to 2011/20xx-2011
14 years ago
Matthias BUSSONNIER 645183e51d Intercept <esc> avoid closing websocket on Firefox
14 years ago
MinRK 8e2758c0ce don't assume ioloop.install is defined (pyzmq < 2.1.7)
14 years ago
MinRK d94d6dbffa use pyzmq tools where appropriate
14 years ago
MinRK e54c05dd21 explicitly ignore iopub messages not associated with a cell in the notebook
14 years ago
Fernando Perez 1e9cee6f10 Merge branch 'logout_button' of https://github.com/stefanv/ipython into stefanv-logout_button
14 years ago
Stefan van der Walt 9488b364fc Hide logout button on unauthenticated notebook.
14 years ago
MinRK 70de13a394 add Integer traitlet
14 years ago
Fernando Perez 2a9ae4ee37 Fix failing doctests and post correct example of passwd() usage.
14 years ago
Stefan van der Walt d031f2b359 Only show logout button if logged in.
14 years ago
Stefan van der Walt 0a41777a8d Add info, error and warning message boxes.
14 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
14 years ago
Stefan van der Walt c4b7ee1a75 Use template inheritance.
14 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
14 years ago
Stefan van der Walt b2972a7e98 Integrate hashed passwords into the notebook.
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
MinRK a4b6d6bb9f don't use Origin header to determine ws_url
14 years ago
MinRK 7519ff3b41 split likely multiline strings when writing to/from JSON
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 00c797e2b5 remove superfluous ws-hostname parameter from notebook
14 years ago
Fernando Perez 6e19364cfd Update version check to work with tornado 2.1.0 or 2.1.1
14 years ago
Fernando Perez e1a2eae156 Monkeypatch Tornado 2.1.1 so it works with Google Chrome 16.
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
Fernando Perez 7c04cc70fd Merge pull request #921 from minrk/traiterror
14 years ago
MinRK 1f7fd1db3f catch_config -> catch_config_error
14 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
14 years ago
Fernando Perez 6e1bbf8fc3 Start webbrowser in a thread. Prevents lockup with Chrome.
14 years ago
MinRK a3a0be08bb allow fully read-only mode if no password is set
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 9a7fda926d Allow notebook server to run in read-only mode
14 years ago
MinRK 268c5e778d Show invalid config message on TraitErrors during initialization
14 years ago
MinRK dd8761ea1d Allow IPython to run without sqlite3
14 years ago
MinRK 89f11475da dashboard page title -> IPython Dashboard
14 years ago
MinRK 76650e316d Restore kernel status to header
14 years ago
MinRK 48c344ecf5 fix --no-browser flag in notebook after rename
14 years ago
MinRK 30c45c517d fix Cell->Help header typo
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
Brian E. Granger 970742c267 Using self.request._cookies in WS handlers.
14 years ago
Brian E. Granger 9b945e7bc2 Added kill_kernel to notebook template.
14 years ago
MinRK 6c5f69e97a Moving status widget to Kernel section of L panel.
14 years ago
MinRK 139fe52832 Renaming user cookie to username to better match usage.
14 years ago
Brian E. Granger fd06bd1610 Minor changes to the notebook handlers.
14 years ago
Brian E. Granger d26a7e5fcc Removed save widget delay.
14 years ago
Brian E. Granger 5f3fd837a4 Renaming NBBrowserHandler->ProjectDashboardHandler.
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 36e15cb5c2 Adding data-project to the body data attribs.
14 years ago
Brian E. Granger c900979a80 Misc changes to the notebook.
14 years ago
Brian E. Granger 7611a38721 Minor changes to handlers.
14 years ago
MinRK 4f26dae311 don't present meaningless username option in 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 a42f678fd1 Merge PR-883
14 years ago
Fernando Perez 781c5ad281 Underline quick help button key accelerator (h).
14 years ago
MinRK 8d139492ce show_keyboard_shortcuts -> toggle_keyboard_shortcuts
14 years ago
MinRK 53d10a61ab fix quickhelp widget
14 years ago
Thomas Kluyver 74771e4037 Add ability to open the notebook in a browser when it starts.
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
MinRK 7041224f96 fix typo in stripping kernel args in nb and qt
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
Felix Werner a89d947322 Update document title and last_saved_name only after a successful save.
14 years ago
Fernando Perez 13377a2d23 Merge branch 'carreau-mathjax-warning'
14 years ago
Fernando Perez 87462b4259 Minor fixes to text and formatting of error message.
14 years ago
Fernando Perez df43150509 Merge pull request #850 from fperez/codemirror
14 years ago
Matthias BUSSONNIER 85ea4222fb Hide warning message about matjax when page load
14 years ago
Matthias BUSSONNIER b05d2c21a9 Matjax Warning message improvement.
14 years ago
Fernando Perez 00af93da43 IPython-specific changes to CodeMirror: recognize '?' in Python mode.
14 years ago
MinRK 52592d47b1 fix missing trailing comma in kernel.js
14 years ago
Matthias BUSSONNIER 4d5e605082 Warn user if MathJax can't be fetched from notebook
15 years ago
MinRK 4d7ef4899e enable HMAC message signing by default in notebook kernels
15 years ago
MinRK b01c6ef0c4 use zmq.KernelManager to manage individual kernels in notebook
15 years ago
MinRK e38729c9b2 fix kernel_argv scrubbing to cover args passed with space
15 years ago
MinRK 4eb4926812 use ROUTER/DEALER sockets for stdin
15 years ago
Fernando Perez b8bab4a051 Update templates to new directory name for codemirror.
15 years ago
Fernando Perez 9cca38f452 Do not use version # in codemirror directory name.
15 years ago
Fernando Perez 6b0fdf2356 Update CodeMirror code to v2.15
15 years ago
Fernando Perez 99c90f43c9 Merge pull request #845 from takluyver/py3-tests
15 years ago
Fernando Perez 43a4db17e6 Merge pull request #830 from minrk/stream
15 years ago
Thomas Kluyver c61d455a77 Various fixes to tests in IPython.utils.
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
Fernando Perez eba1a8c796 Merge pull request #801 from takluyver/py3-notebook
15 years ago
MinRK c022dca01a small CSS adjustments in notebook
15 years ago
Bernardo B. Marques 8e32204222 remove all trailling spaces
15 years ago
Thomas Kluyver 609e4134ff Decode data for saving notebook, allowing saving in Python 3.
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
MinRK 56c8403ac0 allow more processing in test_for
15 years ago
MinRK 50f9bd9ceb update tornado dependency to 2.1
15 years ago
Thomas Kluyver 0f5c0f67c9 Fix for notebook in Python 3.
15 years ago
MinRK 5dd7dce0b2 fix installation of zmq IOLoop into tornado
15 years ago
Brian Granger b7ab64f304 fixConsole no longer trims the final text.
15 years ago
MinRK 88236a7ab8 always use StringIO, never cStringIO
15 years ago
MinRK 3ee19c6563 only store hashed user_id in notebook cookie
15 years ago
Brian E. Granger 98393e9a28 Merge branch 'enh/httpauth' of https://github.com/satra/ipython into satra-enh/httpauth
15 years ago
Brian E. Granger 1ae92b2d88 Merge pull request #748 from ellisonbg/tornado-iptest
15 years ago
MinRK d11ef986a4 authenticate Websockets with the session cookie
15 years ago
MinRK 152fe1b6f1 Authenticate all notebook requests (except websockets)
15 years ago
MinRK dbfe19f6e2 notebook auth adjustments
15 years ago
Brian E. Granger 8c76fcf71c Fixing Ctrl-Enter on Firefox.
15 years ago
Brian E. Granger 408fde5aa3 Check for tornado before running frontend.html tests.
15 years ago
Satrajit Ghosh 00986be4f8 fix: added keyword to notebook aliases
15 years ago
Satrajit Ghosh 546a0147fb fix: changed keyword input field to type password
15 years ago
MinRK 549cf4ee2a fix undefined 'session_id' member in kernel.js
15 years ago
Satrajit Ghosh c4d90c8a08 enh: added authentication ability for webapp
15 years ago
Brian E. Granger 1021c3dc88 Merge branch 'fix/https' of https://github.com/satra/ipython into satra-fix/https
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
Satrajit Ghosh 7d0467df1c fix: applied fernando's if simplification fix
15 years ago
Satrajit Ghosh 1ae18b5be7 fix: display secure url with proper protocol
15 years ago
Fernando Perez d1cfedaf16 Leave commented-out stable url code for reference, with TODO.
15 years ago
Brian E. Granger f1e4a59777 Adding messages to HTTPError raising.
15 years ago
Brian E. Granger acc81dfbee Ctrl-Enter now does not delete input, but selects it.
15 years ago
Brian E. Granger fa8ab6f37d Going back to using uuid.uuid4() for notebook ids.
15 years ago
Brian E. Granger 706819d81c Merge branch 'htmlnotebook'
15 years ago
Brian E. Granger 0b19dd7bfe Temporary fix for placeholder related CM bug.
15 years ago
Brian E. Granger c2df8a9005 Merge branch 'mathjax' of https://github.com/minrk/ipython into minrk-mathjax
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
MinRK 638bc02a8f update notebook template to prefer offline mathjax
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
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 919a393622 Fixing bug in new metadata implementation.
15 years ago
Brian E. Granger 5cb8bb1f27 Reorganize the L panel buttons.
15 years ago
Brian E. Granger ab384fc787 Cell collapse/expand is not called "Toggle".
15 years ago
Brian E. Granger 133b96d086 Changing CodeMirror-scroll to overflow-y: hidden.
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 d5fe8328e5 Converting notebooks to JSON format.
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 8f149a2623 Help links work on Firefox.
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 b17100a63b Merge branch 'htmlnotebook_list_notebooks' of https://github.com/stefanv/ipython into stefanv-htmlnotebook_list_notebooks
15 years ago
Brian E. Granger 7d53b7a7b2 Merge branch 'stefanv-htmlnotebook_publish' into htmlnotebook
15 years ago
Brian E. Granger 1d43249604 Adding page break logic to the print css.
15 years ago
Stefan van der Walt 55ffc1c083 Move glob to global level import.
15 years ago
Stefan van der Walt fb2c31b2ea Allow period characters in notebook names.
15 years ago
Brian E. Granger 6243652cfd Changing notebook uuid algorithm to preserver across sessions.
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
Brian E. Granger cff986a539 Removed HTMLCell from UI and added better placeholder logic.
15 years ago
Brian E. Granger 0f3bc468e3 Better alert message if no WebSockets are detected.
15 years ago
Brian E. Granger e08bdc3d6f Better WebSocket detection added.
15 years ago
Brian E. Granger 164ef7c9cb Adding code to handle MozWebSocket for FF 6.
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
Stefan van der Walt 49ad421c8b htmlnotebook: Suppress cell boundary when publishing.
15 years ago
Stefan van der Walt 201999642f Implement static publishing of HTML notebook.
15 years ago
Brian E. Granger 70cf4b80ba Stripping notebook server flags from kernel's argv.
15 years ago
Brian E. Granger 1271cfcfcd Removing old CodeMirror version.
15 years ago
Brian E. Granger dfac7eca2b WebSocket url is now passed to browser when a kernel is started.
15 years ago
Matthew Brett acf85b0824 BF - allow nose with-doctest setting in environment
15 years ago
Brian E. Granger e45e339344 Kernel/notebook mapping is removed when a kernel dies.
15 years ago
Brian E. Granger 3602f7f023 Date is properly removed from JSON reply before WebSocket forward.
15 years ago
Brian E. Granger 726f8c1780 Pager is not activated if the pager text is empty.
15 years ago
Brian E. Granger a086fc6d83 I like ClearAll better than Clr All.
15 years ago
Brian E. Granger c7a12effa1 Export works with filenames having spaces.
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 0790979100 Fixing tab completion edge cases.
15 years ago
Brian E. Granger 60147f495f A single tab-completion match is now automatically selected.
15 years ago
Brian E. Granger e445ad1796 Fixing latex rendering bug.
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 e911393836 Browser window title follows the name of the notebook.
15 years ago
Brian E. Granger 3be2ace4f2 Autotry additional ports if 8888 if already in use.
15 years ago
Brian E. Granger 63de9cd719 Fixing bug that caused plots to not be saved.
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 058c0b4767 HTML output cells are now styled with the rendered_html class.
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 1abacb4fce HTML/Markdown cells no longer saved their rendered output.
15 years ago
Brian E. Granger 0b5b3ed341 Added collapsed field to the code cell.
15 years ago
Brian E. Granger 0529d43ae7 Fixing padding of output cells.
15 years ago
Brian E. Granger c2ce42121b %loadpy works in the notebook and bug with inline plotting fixed.
15 years ago
Brian E. Granger 3db421fb73 Autoindentation fixed and enabled by default.
15 years ago
Brian E. Granger 0db7ab16a3 Finishing display system work.
15 years ago
Brian E. Granger 3ad866c73d Reducing/adjusting the padding of cells to make the notebook more
15 years ago
Brian E. Granger 90a20054a0 Updating notebook configuration.
15 years ago
Brian E. Granger 8a55d6bf22 Adding minor help strings for keyboard shortcuts.
15 years ago
Brian E. Granger da63e8cbe8 Minor fixes to config system for notebook.
15 years ago
Brian E. Granger 20adfc4ced Updates to the css style of rendered html text cells.
15 years ago
Brian E. Granger 217616a505 Fixed text cell rendering bug.
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 c56f76980e Reordering Export button and renaming Export->Export As
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 b62857f151 Fixing HTML cell syntax highlighting.
15 years ago
Brian E. Granger b7bcdabc9a Updating CodeMirror to v 2.12.
15 years ago
Brian E. Granger 9964704b73 New HTMl cell working with CodeMirror editing.
15 years ago
Brian E. Granger a003af7977 Starting to rename text cell to html cell.
15 years ago
Brian E. Granger 875e7da94b Added saving and loading of output of all types.
15 years ago
Brian E. Granger 188e6271e1 Using beforeunload to save at exit and kill the kernel.
15 years ago
Brian E. Granger 8cf1812395 Fixed subtle bug in kernel restarting.
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 458c48b229 File upload/import working from notebook browser.
15 years ago
Brian E. Granger e0cc1a6c48 Implemented delete functionality in nb browser.
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
MinRK 8e64e13bbb support html representations in the notebook frontend
15 years ago
Brian E. Granger 59a9cd1777 Updates to basic notebook format.
15 years ago
Brian E. Granger 10963a588e Adding Cell.grow back to fix bug.
15 years ago
Brian Granger 8207ecc086 Fixing minor resize bug on the Mac.
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 b6b4107e59 Notebook now uses tab for autocompletion.
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 Granger f24bd4f635 Colors now working in tracebacks and the pager.
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 E. Granger 41e20d3f3e Minors fixes and initial work on save widget.
15 years ago
Brian E. Granger 60a89580ea Help section implemented and working.
15 years ago
Brian E. Granger a0c36fbe7a Controls in cell section have a solid layout.
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
Brian E. Granger 4e0dd9ddbb Pager is working again.
15 years ago
Brian E. Granger 9efad482a9 More work updating the notebook to use dynamics resizing.
15 years ago
Brian E. Granger 76d7a1fdac Adding note about vbox related scroll bugs.
15 years ago
Brian Granger 122b449011 Updating jQuery to 1.6.2 and jQuery UI to 1.8.14.
15 years ago
Brian E. Granger b46517689b Refactoring pager into its own class.
15 years ago