Commit Graph

1505 Commits (04726d2563386b22d4e22aa111b68e60d260ea75)

Author SHA1 Message Date
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
David Wyde 72c94c4f1c Fix an incorrect comment.
13 years ago
David Wyde 904be21a9f Prevent errors when up/down arrows are pressed in an empty notebook.
13 years ago
Matthias Bussonnier a8873230bf Merge pull request #3102 from minrk/spellcheck
13 years ago
Matthias Bussonnier 061d27e877 Merge pull request #3064 from minrk/header-anchors
13 years ago
MinRK 7a648670af set `spellcheck=false` in CodeCell inputarea
13 years ago
Matthias Bussonnier 7bc51fd945 Merge pull request #3078 from minrk/link_re
13 years ago
Matthias Bussonnier 98aba52c58 Merge pull request #3054 from minrk/auto-cluster-size
13 years ago
MinRK 4cd0d6e7bb fix regular expression for detecting links in stdout
13 years ago
David Wyde 7a10342d6f Add YUIDoc in notebook.js.
13 years ago
Paul Ivanov 9ca886dc11 check for SIGUSR1 before using it, closes #3074
13 years ago
Min RK b218a55a5d Merge pull request #3051 from minrk/vbox-ff-fail
13 years ago
MinRK b110a02e7a s/heading-link/heading-anchor/
13 years ago
MinRK ede5a66198 put the anchor inside the header tag
13 years ago
Min RK d4c6bef1f5 Merge pull request #3033 from ivanov/print-server-info
13 years ago
Paul Ivanov 6334a481b2 print info string on interrupt, log it on startup
13 years ago
MinRK 10b209f93e add redirect handler for notebooks by name
13 years ago
MinRK 7e6b5d98c7 trigger hash on notebook load
13 years ago
MinRK ba4b1d6e1c add anchor and link to heading cells
13 years ago
MinRK 276d8b68bb restore default behavior for automatic cluster size
13 years ago
MinRK 7fcc683e6f add width:100% to vbox for webkit / FF consistency
13 years ago
Paul Ivanov fd467e75b6 make SIGUSR1 and SIGINFO trigger printing of info
13 years ago
Paul Ivanov 218087104d log the notebook server directory
13 years ago
Paul Ivanov 786396cbb0 on resume, print server info again
13 years ago
Olivier Verdier a7a73c4285 fix time format to international time format
13 years ago
Harry Moreno 21fc8cd23b changed instances of 'outout' to 'output' in alt text's
13 years ago
Matthias BUSSONNIER 3b37cd80e4 fix css in .output_area pre
13 years ago
Matthias BUSSONNIER f84acbbaff fix run-all (that-> this)
13 years ago
Brian E. Granger 4843a7acd2 Merge pull request #2942 from Carreau/cm-ipython-css
13 years ago
Brian E. Granger 66049a99f0 Merge pull request #2929 from Carreau/cleanup-cell-insertion
13 years ago
Matthias BUSSONNIER 914dfb9f61 fix one more == to ===
13 years ago
Matthias BUSSONNIER 10e92b3034 fix i/index in move up/down and == -> ===
13 years ago
Matthias BUSSONNIER 0033b3e6c5 fix notebook deletion.
13 years ago
MinRK acf3b2bf21 fix logic for append_javascript
13 years ago
Matthias BUSSONNIER e4cbf5e717 move CM IPython theme out of codemirror folder
13 years ago
Matthias BUSSONNIER 6ed926be7b fix baseUrl
13 years ago
Bussonnier Matthias 9cd9e5db73 Merge pull request #2903 from Carreau/toggle-line-number
13 years ago
Bussonnier Matthias a1a32e82ff Merge pull request #2911 from Carreau/output-order-conf
13 years ago