1542 Commits (a024f850e60a3ec6cf2f4949900a1e33777d8b69)

Author SHA1 Message Date
Brian E. Granger 6f891eeb6e Splitting handlers into different files.
13 years ago
Brian E. Granger 3155653f6d Adding new files.
13 years ago
Brian E. Granger d9e629d87a Moving handlers to subdir
13 years ago
Matthias Bussonnier 2112c51b7f Merge pull request #3294 from Carreau/jsfix
13 years ago
Matthias Bussonnier d9d300de39 Typo : optionnal -> optional
13 years ago
Brian E. Granger fa872236a2 Merge pull request #3275 from minrk/submodule-hooks
13 years ago
Brian E. Granger a861725303 Merge pull request #3239 from eteq/easy-close-pager
13 years ago
Matthias BUSSONNIER 40b760d836 fix callbacks as optional in js kernel.execute
13 years ago
Erik Tollerud c2e199abb8 use alternate method to collapse pager from notebook.js as suggested by @Carreau
13 years ago
Thomas Weißschuh 44f5fd3d87 notebookapp: add missing whitespace to warnings
13 years ago
MinRK 9b22138a9b use highlevel in notebook log format
13 years ago
MinRK 19c6442a7d check submodules when starting the notebook server
13 years ago
MinRK 4b5ba71307 protect highlight.js against unknown languages
13 years ago
MinRK 7782dfcb4e add missing return
13 years ago
Brian E. Granger d3da03069d Merge pull request #3101 from minrk/marked
13 years ago
MinRK 8df01f22aa finish removing prettify
13 years ago
MinRK 796fb5d0a8 unify highlight.js / codemirror style
13 years ago
MinRK 6ac2bdf086 use highlight.js to highlight markdown code blocks
13 years ago
MinRK b6c390db06 use marked for markdown
13 years ago
MinRK 70dd6e1612 fix set_last_checkpoint when no checkpoint
13 years ago
MinRK e1f4d0a85f fix a few URLs from previous PR
13 years ago
Brian E. Granger 4a654d1c29 Merge pull request #3240 from minrk/submodules
13 years ago
MinRK 2cf93510f8 use less from components
13 years ago
MinRK 317debce06 remove unused components
13 years ago
MinRK 8b5e5a5e09 restore checkpoints in a sub-list
13 years ago
MinRK c1b19755fd rename shouldn't create a checkpoint
13 years ago
MinRK 46093157d7 deleting a notebook deletes its checkpoints
13 years ago
MinRK a3c99d94bb add checkpoint status to notebook header
13 years ago
MinRK 030c547e58 fix Location headers
13 years ago
MinRK 1f82c03dd2 Save and Checkpoint
13 years ago
MinRK 53ac962d1a sync with previous handler changes
13 years ago
MinRK a99a07f10b only save on close if autosaving
13 years ago
MinRK 01bba482a9 *all* user-initiated saves create a checkpoint
13 years ago
MinRK 8ca57a1779 s/autosave_notebook/set_autosave_interval/
13 years ago
MinRK 80bba145d5 set default autosave interval to two minutes
13 years ago
MinRK 2fe8a9b2cd only autosave when dirty
13 years ago
MinRK dd77790a00 add autosave timer
13 years ago
MinRK 6da01bf362 trigger autosave on tab/window close
13 years ago
MinRK e119a6469b add Revert to the menu bar
13 years ago
MinRK 5bc55ba984 add some checkpoint messages to the notification area
13 years ago
MinRK db413fadbf expose notebook checkpoints in html/js
13 years ago
MinRK 985289e113 checkpoint info is a dict
13 years ago
MinRK dd234bbc93 add ModifyCheckpoints handler
13 years ago
MinRK 62d61cbbc0 add notebook checkpoint handler
13 years ago
MinRK c4ac8eee36 add checkpoint API to FileNBManager
13 years ago
Min RK 6be220da56 Merge pull request #3235 from ellisonbg/removeprint
13 years ago
Brian E. Granger 56e4759813 Merge pull request #3238 from ellisonbg/tabstyle
13 years ago
Brian E. Granger 5cc0897dd6 Fixing styling of context type completions.
13 years ago
Erik Tollerud 180f465f16 Collapse -> Close in button description as suggested by @fperez
13 years ago
MinRK 1390270968 use components from external submodule
13 years ago
Erik Tollerud 13b2cadd8b changed ESC to trigger collapsing of the pager in notebook
13 years ago
Erik Tollerud aafec25d34 Added clickable icon to collapse pager
13 years ago
MinRK 09adbd4e32 remove components
13 years ago
Brian E. Granger d9668cdb78 Merge pull request #3190 from minrk/image_size
13 years ago
Brian E. Granger e149319692 Removing print notebook from style.less.
13 years ago
Brian E. Granger 1494b484b6 Removing print handler and URL regepx.
13 years ago
Brian E. Granger a2c8215947 Removing print handler.
13 years ago
Brian E. Granger 51a897d87c Removing stale call to print view in JS.
13 years ago
Brian E. Granger abaafd2363 Removing old autogrow JS code.
13 years ago
Brian E. Granger 93f5f67d37 Updating box-shadows to proper bootstrap less function.
13 years ago
Brian E. Granger 49faf2c939 Improving the tab completion UI/design
13 years ago
MinRK 034331c3fa support display_pub metadata in js frontend
13 years ago
Brian E. Granger e77e2fe409 Fixing indentation in fabfile.py.
13 years ago
Brian E. Granger 3e08874316 Adding README.md about notebook development.
13 years ago
Brian E. Granger bdf1cefac5 Put back the components fab function as we can still use it.
13 years ago
Brian E. Granger 8dbc143512 Fix CM related sizing issues for completer and tooltip.
13 years ago
Brian E. Granger 9d2da9e28f Removing old codemirror assets - we now use the 1 in components.
13 years ago
Brian E. Granger c83c0449d5 Fixing CM3 style related issues.
13 years ago
Brian E. Granger 40617eb340 Give the .CodeMirror class no background so ours shows through.
13 years ago
Brian E. Granger 68dd1370ac Fixing broken URLs to CM assets.
13 years ago
Brian E. Granger 29a1296ef6 Changing mode name from python -> ipython.
13 years ago
Brian E. Granger 137a40ac96 Fixing typo in ntoebook.html.
13 years ago
Brian E. Granger 222a4f61df Updating ipython CM mode.
13 years ago
Brian E. Granger ea4eb9b351 Copying CodeMirror's python mode into place for our ipython mode.
13 years ago
Brian E. Granger d2460ee0c5 Add components to static URLs.
13 years ago
Brian E. Granger 72d7b6ff39 Updating tooltip.less for CM3 behavior.
13 years ago
Brian E. Granger 6e08dc37fa In CM3, the class that needs autogrow has changed.
13 years ago
Brian E. Granger c666acbe5e Updating tooltip.js to work with CM3.
13 years ago
Brian E. Granger ed8d859d66 Updating path to codemirror.
13 years ago
Brian E. Granger 85908b1765 Moving cmtemp -> codemirror.
13 years ago
Brian E. Granger 154df41ac3 Moving CodeMirror -> cmtemp
13 years ago
Brian E. Granger a36d867882 Removing tests from fabfile that are no longer needed.
13 years ago
Brian E. Granger 836f68e4ad Adding our current components directory.
13 years ago
Brian E. Granger b5ad7db080 The HTML output type accidentally got removed from the OutputArea.
13 years ago
Fernando Perez 7da43f8ebb Merge pull request #3226 from ellisonbg/renamedialog
13 years ago
Brian E. Granger 3a515880ae Text in rename dialog was way too big - making it <p>.
13 years ago
Brian E. Granger e416cb8658 Removing old restuctured text handler and web service.
13 years ago
MinRK 82f0f359ac add missing mathjax_url to new settings dict
13 years ago
Brian E. Granger 41ffe3d027 Merge pull request #3089 from minrk/stdin
13 years ago
MinRK 43eb765793 js comment about session id in first message
13 years ago
MinRK f51425ed28 clarify first ws message names / messages
13 years ago
MinRK 938a5b5dbc tweak raw_input style
13 years ago
David Wyde 11b72681e2 Remove references to HTMLCell (dead code).
13 years ago
MinRK ba79b60c35 fix color in raw_input
13 years ago
MinRK 3fbb99e61a add no-op on_message for iopub
13 years ago
MinRK 31c8fb1fb6 tweak raw-input styling
13 years ago
MinRK f09eaf7b5e cleanup stdin event submission
13 years ago
MinRK 5b434b705f use inline raw_input instead of a dialog
13 years ago
MinRK f38f2b7ac4 add stdin to notebook
13 years ago
MinRK 74f8972505 specify socket identity from kernel.js
13 years ago
MinRK 510897f0aa add stdin channel to NotebookApp
13 years ago
MinRK f4b937767e share code between zmq channel handlers
13 years ago
Brian E. Granger 0d6676f340 Merge pull request #3088 from minrk/nbsettings
13 years ago
MinRK 217e38f102 hook up proper loggers
13 years ago
Brian E. Granger 646dcf77a4 Merge pull request #3201 from minrk/fastcolor
13 years ago
MinRK 8c5a44813c hook up tornado 3's loggers to our handlers
13 years ago
MinRK f0f0843cf2 define clear_cookie on websocket handler
13 years ago
MinRK f887f050aa cleanup IPython handler settings
13 years ago
Brian E. Granger 13032d01ba Merge pull request #3011 from minrk/kernelclient
13 years ago
Min RK 2e5e595359 Merge pull request #3174 from Carreau/simple-class
13 years ago
Min RK 6ce1901e83 Merge pull request #2979 from Carreau/cm-configurable
13 years ago
Min RK 33e4fdb600 Merge pull request #3181 from minrk/ifsince
13 years ago
MinRK 08cbf96075 don't restart channels on kernel restart
13 years ago
MinRK e854617caf restart channels on kernel restart
13 years ago
MinRK 05ead0496b delete notebook mapping in shutdown_kernel
13 years ago
MinRK 844758cca3 handle failed kernel restart in the notebook
13 years ago
MinRK 8204a6fb6d handle new autorestart javascript-side
13 years ago
MinRK 41f5d84680 send status messages when kernel is auto restarted
13 years ago
MinRK 5f600a5b9c cleanup boundaries of MultiKernelManager and KernelRestarter classes
13 years ago
Brian Granger 14ef0ccb19 Refactoring kernel restarting.
13 years ago
Brian E. Granger 1c4f7d679a Removing heartbeat config from the MappingKernelManager.
13 years ago
Brian E. Granger 6c65e1a4fe Removing last remnant of heartbeat from IOPubHandler.
13 years ago
Brian E. Granger 4e0c180429 Starting to refactor heart beating of notebook kernels.
13 years ago
MinRK bf69e92b57 use much faster regexp for ansi coloring
13 years ago
Juergen Hasch dd68727ff0 Add COMMAND keycode
13 years ago
Juergen Hasch 99af7b8a58 set <select> width to auto
13 years ago
Juergen Hasch eb646bbf72 Improve special key handling in completer
13 years ago
Juergen Hasch 18aa1bd914 Add new keycodes
13 years ago
MinRK 09913471e7 backport If-Modified-Since fix from tornado
13 years ago
Matthias BUSSONNIER 9a8301c9fd merge box-flex1 class into .output-area css definition
13 years ago
Matthias BUSSONNIER afdb9b8cea include vbox into .cell css definition
13 years ago
Matthias BUSSONNIER d5c744d74b include hbox in outpuarea css
13 years ago
Matthias BUSSONNIER 947c32bfc4 use hbox mixin instead of class
13 years ago
MinRK cd0d29206f move check_for_zmq to utils.zmqrelated
13 years ago
MinRK 7ad15715a0 remove workarounds for no-longer-supported pyzmq versions
13 years ago
MinRK 5139e190d8 move DEFAULT_STATIC_FILES_PATH to frontend.html.notebook
13 years ago
Brian E. Granger d53839666f Merge pull request #3144 from minrk/bower
13 years ago
Min RK 98c672ad51 Merge pull request #3147 from meteogrid/rproxy_support
13 years ago
Brian E. Granger 0490978989 Merge pull request #3058 from minrk/redirect
13 years ago
MinRK 296587664d don't test for .ipynb in redirect handler
13 years ago
Min RK 073f894e82 Merge pull request #3148 from ivanov/tornado-AI_ADDRCONFIG-patch
13 years ago
Paul Ivanov 113ba6157f addressing @minrk's PR feedback
13 years ago
Matthias BUSSONNIER 834b146cca JS Configurablity Take 2
13 years ago
Paul Ivanov 836d20e5e1 closes #3045, #3123 for tornado < version 3.0
13 years ago
Alberto Valverde 9e38b20e8f Added trust_xheaders config option to delegate it to HTTPServer.
13 years ago
MinRK 0323bea194 add `fab components`
13 years ago
MinRK 2fc4821c2f tweak heading-anchor css
13 years ago
MinRK 4976c6fb16 minor heading-link tweaks
13 years ago
Min RK a4b1bea069 Merge pull request #3136 from jfeser/8b94eddb4d15ce6f0c98675116d4609bdaaf99d9
13 years ago
Jack Feser 5f5ac70660 Strip non color related ANSI escape sequences from notebook output.
13 years ago