4212 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
MinRK 76994d2ff8 update callback structure in js commands
12 years ago
MinRK aa388570d3 jshint on codecell
12 years ago
MinRK f7e6435256 only pass shell.reply callback to oinfo / complete
12 years ago
MinRK d99e25f245 refactor js callbacks
12 years ago
MinRK 9206d1e87f add utils.always_new
12 years ago
MinRK 111fccc8ab open is not an event
12 years ago
MinRK aa0387a647 s/target/target_name
12 years ago
MinRK f833b1ca03 hook up output for comm messages
12 years ago
MinRK 3d3c3fd504 COMM: mirror Python callback API in Javascript
12 years ago
MinRK 15819e8535 pass whole message to Comm handlers
12 years ago
MinRK 3665cc241f rename widget to comm
12 years ago
MinRK 14fcdab73b make js / Python widgets symmetrical
12 years ago
MinRK 230a2261e8 fix js/Python WidgetManager symmetry
12 years ago
MinRK 6643cffa23 add javascript-side widgets
12 years ago
MinRK 8199909e62 Improvements to kernel.js
12 years ago
Min RK bc0dc279f1 Merge pull request #4303 from ipython/multidir
12 years ago
MinRK ede0297874 tweak stat walk in forbid_hidden
12 years ago
MinRK 40cce4d7e3 s/os.path.sep/os.sep/
12 years ago
MinRK 112a694c5c py3k bytes, for crying out loud
12 years ago
MinRK 2b54e36ab7 send ignored output to devnull
12 years ago
MinRK dbfea55e8a stat has no st_flags on Windows (maybe elsewhere?)
12 years ago
MinRK dfb538d881 Windows testing fixes
12 years ago
MinRK 1f90f4d7bb test /files/ gives 403 on hidden files
12 years ago
MinRK 2fcc7fe97f forbid serving hidden files from `/files`
12 years ago
MinRK a45e997176 don't warn when open_browser and not file_to_run
12 years ago
Paul Ivanov 8fb1d7391c added some tooltips for the File menu
12 years ago
Paul Ivanov 474bd780ce tooltips for View and Insert menus
12 years ago
Paul Ivanov 0f9a478abd Kernel and Help menu tooltips
12 years ago
Paul Ivanov 69d06c02d7 add more tooltips for Cell menu
12 years ago
Paul Ivanov bd22e4ae90 added descriptions which were deleted from JS
12 years ago
Paul Ivanov b117f59b82 javascript is no place to start adding title tags
12 years ago
MinRK 18022a7db8 don't relay notebook dir to kernel from command-line
12 years ago
Paul Ivanov 8b26933af5 Merge pull request #4378 from minrk/split-below
12 years ago
Paul Ivanov a2d731ff39 fix 'close and halt' in notebook File menu
12 years ago
MinRK bf58dddf26 single warning message for bad startup notebook
12 years ago
MinRK 24174f31d9 use itertools.count for incrementing notebook filename
12 years ago
MinRK cc08837111 fix created timestamp in notebook model
12 years ago
MinRK f894dbe664 test upload of v2 notebooks
12 years ago
MinRK 50665831bd update copy API in js
12 years ago
MinRK cf0218e2d1 don't use jsonapi in test_notebook_api
12 years ago
MinRK 66ccce69c6 copy_from in json, not in url param
12 years ago
MinRK ef0d065712 test nbmanager.copy_notebook
12 years ago
MinRK c8ce1e7c7a url_escape redirects
12 years ago
MinRK aea1bbde6a s/session_id/id
12 years ago
MinRK 0558ec4ce0 Cells shouldn't know about Sessions
12 years ago
MinRK 7ea311ad64 escape URLs in Location headers
12 years ago
MinRK 99282f9e6b urllib.quote/unquote must be str on Python 2
12 years ago
MinRK 06d9b99141 update notebook api tests
12 years ago
MinRK f11caf25e7 update notebook creation handlers
12 years ago
MinRK 60d12e4209 allow specifying destination in copy_notebook
12 years ago
MinRK d1a36fe4c0 use 'id' for checkpoint ID key
12 years ago
MinRK 5a60141bed use splitext in notebook_list
12 years ago
MinRK 11013e648d add utils.splitext to js
12 years ago
MinRK 5ca1ad666d add missing cell.session in tooltip.js
12 years ago
MinRK 714afa7b0f fix initial-file opening in the notebook
12 years ago
MinRK d739a72638 strip '/' from paths in template-render handlers
12 years ago
Brian E. Granger 36aa39e3b7 Improving tests and setting of Location header.
12 years ago
Brian E. Granger 9c42ca8a72 Fully removing .py file upload.
12 years ago
Brian E. Granger 51fc769edd Handle notebook downloads through the /files URL.
12 years ago
Brian E. Granger 59901ce88c Adding docstring to NotebookHandler.get.
12 years ago
Thomas Kluyver 6017f5d0ef Specify encoding for loading and saving notebooks.
12 years ago
Thomas Kluyver 05e85588cf Add some unicode testing for saving notebooks
12 years ago
Thomas Kluyver cbc141c95c Fixes for notebook checkpoint APIs
12 years ago
Thomas Kluyver 3f46a05a14 Test notebook checkpoint APIs
12 years ago
MinRK 4a12890d65 disable download-as-pt
12 years ago
Thomas Kluyver d089f7749f Use assertEqual, not deprecated assertEquals
12 years ago
Thomas Kluyver 836ad5f388 Add tests for interrupting & restarting kernel
12 years ago
Thomas Kluyver 06fa301908 Refactor tests for kernels REST API
12 years ago
MinRK 821514bd72 cleanup weird 404
12 years ago
MinRK fc4fb92580 review pass on multidir js
12 years ago
MinRK e16a5807c7 fixup bad rebase
12 years ago
MinRK 8b9bb04d12 review pass on Sessions API
12 years ago
Thomas Kluyver b1a0f2e8cc 404 on attempt to list notebooks in nonexistant directory
12 years ago
Thomas Kluyver 18f88d020f Add failing test for listing nonexistant directory
12 years ago
Thomas Kluyver 99969474e0 Fix notebook manager test
12 years ago
Thomas Kluyver c18aaefbde Fix sessionmanager test
12 years ago
Thomas Kluyver e240f21ea1 Clean up sessions code from static analysis
12 years ago
Thomas Kluyver 693cc97905 Fix some HTTP status codes in sessions API
12 years ago
Thomas Kluyver b3d2698c11 Fix session API tests
12 years ago
Thomas Kluyver a02bd3d5e4 Improve Session REST API tests
12 years ago
Thomas Kluyver a6a7255454 Fix some notebook model tests
12 years ago
MinRK acb4245035 unicode normalization in test_notebooks_api
12 years ago
Thomas Kluyver 9f4a4ab3f8 Check Location header from renaming notebook
12 years ago
Thomas Kluyver 9144e8e57b Fix check of notebook path
12 years ago
Thomas Kluyver eb9a55ed6b Add test for and fix REST save with rename
12 years ago
Thomas Kluyver b9310d0e05 Add test for copying notebook through REST API
12 years ago
Thomas Kluyver 7725025d52 Add test for saving notebook via REST API
12 years ago
Thomas Kluyver 85d3c39b5a Add test for REST API uploading notebook
12 years ago
Thomas Kluyver 9d9adb1186 Improve tests for notebook REST API
12 years ago
MinRK 6c88abe1d6 always set location on PATCH
12 years ago
MinRK ac5434efba properly hook up tornado loggers
12 years ago
MinRK 5593526108 don't let empty strings introduce extra slashes in url_path_join
12 years ago
MinRK dc65b33d14 simplify handler patterns
12 years ago
MinRK a31cfdc8a8 ensure 'path' never has leading or trailing slash in nbmanager
12 years ago
MinRK 83114a11d8 add TrailingSlashHandler
12 years ago
MinRK a7f297f8f3 save before download-as
12 years ago
MinRK 8b94ee2b47 use `async : false` to avoid pop-up blocker on New / Copy notebook
12 years ago
MinRK b33ffa7068 update upload and copy
12 years ago
MinRK 75e14424c6 cleanup old, unused `/notebooks/foo` API methods
12 years ago
MinRK 4e12521082 fix dashboard upload
12 years ago
MinRK c21ea96476 log exceptions parsing JSON
12 years ago
MinRK 5b1a648fc8 move os_path to FileNBMan
12 years ago
MinRK d1e0aded7d mixup notebook_list
12 years ago
MinRK fe59217989 move url_[un]escape to utils from nbm
12 years ago
MinRK 16e8d0ff43 adjust definition of 'path' in notebooks
12 years ago
MinRK e46412e30f fix `--notebook-dir` configurable when there is no trailing slash
12 years ago
MinRK cded90efe3 update json_errors decorator
12 years ago
MinRK 141d088a51 logo link to current tree level
12 years ago
MinRK 40f577b538 add utils.url_path_join
12 years ago
MinRK dd93a2211a add utils.js to tree template
12 years ago
MinRK c79dcc8e73 quote data attributes
12 years ago
Zachary Sailer da58c8c470 Fixed session js ajax request.
12 years ago
Zachary Sailer d3e456d9a1 add tests to notebooks api
12 years ago
Zachary Sailer 9e0beba86f adding to test_kernels_api.py
12 years ago
Zachary Sailer c26700cd3a changes after session manager code review
12 years ago
Zachary Sailer 7aaaab0668 fixed notebook rename after nbmanager refactor
12 years ago
MinRK 14fd50f80b Simplify Tree handlers
12 years ago
MinRK ed66b8b8fe add path2url and url2path to html.utils
12 years ago
Zachary Sailer 2a946c62ab added tests to nbmanager for url encode/decode
12 years ago
Zachary Sailer 97bc426bb7 add error catching to kernel manager
12 years ago
Brian E. Granger c0bc0410ce Review and refactoring of notebooks web service.
12 years ago
MinRK 5568cd5db0 ensure test_no_kernels runs first
12 years ago
MinRK b0468580f7 don't start new notebook server for each test *method*
12 years ago
Zachary Sailer 27680dacb2 Code review changes.
12 years ago
Brian E. Granger 2d6f4628c4 Adding JSON error handling and fixing location headers.
12 years ago
Zachary Sailer 04c6a3cfac refactoring of nbmanager and filenbmanager
12 years ago
Zachary Sailer 050a3098a8 review fixes on tests, add extra kernel api test
12 years ago
Zachary Sailer e9ac1c2d37 add tests for session api
12 years ago
Zachary Sailer 8ce586a241 move notebooks api tests into notebooks/tests
12 years ago
Paul Ivanov f517d44d4b removing contents changes from this PR
12 years ago
Zachary Sailer 95b505d602 Added notebooks API tests.
12 years ago
Zachary Sailer 5f1b7727d8 fix bug in test_contentmanager
12 years ago
Brian E. Granger 136a19e5eb Added base class for Notebook API tests.
12 years ago
Zachary Sailer 483d16c8ed clean kernel manager
12 years ago
Zachary Sailer 22e351ae3b cleaning nb handlers, adding doc-strings/comments
12 years ago
Zachary Sailer 8c2009874c session manager restructuring
12 years ago
Paul Ivanov b8318708eb clean up of get_os_path and its tests
12 years ago
Zachary Sailer 34b9840786 fixing broken links from recent changes.
12 years ago
Zachary Sailer 470595f9e7 handle path separators with os.sep and add tests
12 years ago
Zachary Sailer bdbe30dc3a url encode/decode tests added to nbmanager
12 years ago
Paul Ivanov f42de98c5b use new assumptions for named_notebook_path
12 years ago
Paul Ivanov 7ca8a21bf6 named_notebook_path: consistent usage convention
12 years ago
Paul Ivanov a083ad1fd7 more named_notebook_path cleanup
12 years ago
Paul Ivanov fd7a64ff38 simplified named_notebook_path implementation
12 years ago
Paul Ivanov 9f08aa5a08 cleaning up named_notebook_path
12 years ago
Paul Ivanov 11e5bd7b24 adding tests for named_notebook_path
12 years ago
Thomas Kluyver 18fdb26273 Fix to if test
12 years ago
Thomas Kluyver 6154c5f626 Remove some unnecessary imports
12 years ago
Thomas Kluyver 2a81c5f80c Update docstring
12 years ago
Thomas Kluyver 213b89c1cc Simplify encoding/decoding URL parts
12 years ago
Thomas Kluyver adb2fc1fa4 Better use Python slicing
12 years ago
Zachary Sailer 2372628552 entry from command line to notebook
12 years ago
Zachary Sailer 1f04b48725 Renaming fixed
12 years ago
Zachary Sailer f3af343f4f Change new/copy URLS to POST requests
12 years ago
Zachary Sailer a74b9a018b removed '/new' URL and added POST notebook request
12 years ago
Zachary Sailer 8261ac2cb9 change standard money keys
12 years ago
Zachary Sailer c7375e170f rebase master- eliminate read-only
12 years ago
Zachary Sailer 1b2e41eea4 path with spaces completely fixed
12 years ago
Zachary Sailer eb1690255d allow spaces in notebook path
12 years ago
Zachary Sailer a219abaeeb standard model changes
12 years ago
Zachary Sailer 5af83cd705 redirect url after notebook rename
12 years ago
Zachary Sailer fd282698bc removing debug logs
12 years ago
Zachary Sailer b170c5dee0 allow notebook names with spaces
12 years ago
Zachary Sailer 5462cb4d9b fixed delete_content in contentmanager
12 years ago
Zachary Sailer 91f25dc046 add contents web service api
12 years ago
Zachary Sailer 6114d4c338 drop file ext off notebook name in notebook
12 years ago
Zachary Sailer f55381d55b completer now recognizes session
12 years ago
Zachary Sailer ad621913f1 added folder creation ability using '/-new'
12 years ago
Zachary Sailer d06cf1fed7 added "last_modified" to notebook_model
12 years ago
Zachary Sailer d4ee2da291 proper '.py' and '.ipynb' download files
12 years ago
Zachary Sailer 022b8324b2 Download '.py' fixed, deleted debugging output
12 years ago
Zachary Sailer bfff3d817d Fixed bug when linking kernel to new code cells
12 years ago
Zachary Sailer c4e06a3728 allow rename in subdirectory notebooks
12 years ago
Zachary Sailer ece92127d3 Add 'patch' to session & notebook, rename working
12 years ago
Zachary Sailer e4a7b724a6 fixed shutdown button refresh on dashboard
12 years ago
Zachary Sailer d41544865a fix kill_and_exit button in notebook
12 years ago
Zachary Sailer 62ec52e276 fix restart/interrupt kernel buttons
12 years ago
Zachary Sailer 324370de53 delete debug comment
12 years ago
Zachary Sailer 20324bafd0 fixing path redirects, cleaning path logic
12 years ago
Zachary Sailer 11cef9ab45 fixing some bugs after rebase
12 years ago
Zachary Sailer 7fbeb814f8 manual rebase tree/handlers.py
12 years ago
Zachary Sailer d16fe2f826 manual rebase html notebook templates
12 years ago
Zachary Sailer afb0d571f4 manual rebase static/tree/
12 years ago
Zachary Sailer 385ad6f509 manual rebase static/services (add session.js)
12 years ago
Zachary Sailer 0f52ffa756 manual rebase static/notebook/js files
12 years ago
Zachary Sailer 0559df1b8a manual rebase - add sessions web service
12 years ago
Zachary Sailer 98e67bfa22 manual rebase notebooks web services
12 years ago
Zachary Sailer 09c4ecbb10 manual rebase services/kernels/
12 years ago
Zachary Sailer f998dae05f manual rebase notebookapp.py
12 years ago
Zachary Sailer 72ec51128d manual rebase notebook/handlers.py
12 years ago
Zachary Sailer 521f03793a manual rebase base/handlers.py
12 years ago
Min RK 1b9aef3959 Merge pull request #4377 from minrk/fix-cancel
12 years ago
Matthias Bussonnier f11b95358c Merge pull request #4293 from Carreau/tooltip-mkp
12 years ago
Matthias Bussonnier 40eb635824 Merge pull request #4292 from Carreau/more-cpl
12 years ago
Paul Ivanov 7f5e7f4e6d fix (CTRL-M -) shortcut for splitting cell in FF
12 years ago
Paul Ivanov c165b57132 split focuses the top of the newly created cell
12 years ago
MinRK 7080a10362 split adds new cell above, rather than below
12 years ago
MinRK 543b317d92 fix tooltip cancel
12 years ago
Brian E. Granger 7ccb1bbc8a Merge pull request #4154 from ellisonbg/mathstyle
12 years ago
Brian E. Granger 882c791a8a Fixing comments on equation justification.
12 years ago
Matthias Bussonnier 598409c8f0 Merge pull request #4333 from minrk/notebook-metadata
12 years ago
MinRK 4a04553acd add Edit Notebook Metadata to Edit menu
12 years ago
Matthias BUSSONNIER fa23fb9d6d Partial fix to #3653 (from foo import <tab>)
12 years ago
Brian E. Granger 1963605e1f Fixing minor comment.
12 years ago
Brian E. Granger b41b519127 Removing inversion of the completion list.
12 years ago
Brian E. Granger c3d128d38a Adjust tab completion widget if too close to bottom of page.
12 years ago
Matthias Bussonnier 7c4c9d1c1b Merge pull request #4289 from jdfreder/clearoutput
12 years ago
Jason Grout 54aa8a9f61 Make parameters for kernel start method more general
12 years ago
Jonathan Frederic 39c6103159 s/'auto'/''
12 years ago
MinRK 8577550756 move edit_metadata to IPython.dialog
12 years ago
MinRK 4d48a84c8b catch EACCES when binding notebook app
12 years ago
MinRK cb953bfcc7 limit random ports to positive values
12 years ago
Matthias Bussonnier 09eacebef7 Merge pull request #4277 from minrk/jsext
13 years ago
Matthias BUSSONNIER 1a3881dd54 Factorise code in tooltip for julia monkeypatching
13 years ago
Jonathan Frederic 6f0bbe91e1 Fix scrolling output not working
13 years ago
Matthias Bussonnier fbbef5174a Merge pull request #4282 from ellisonbg/linebreaks
13 years ago
MinRK eae0cc7e77 s/nb_extensions/nbextensions
13 years ago
MinRK 06b2fdc076 serve local mathjax from nb_extensions
13 years ago
MinRK 84e2384acf s/js_extensions/nb_extensions
13 years ago
Min RK bcaa844afd Merge pull request #4279 from ellisonbg/itemname
13 years ago
Matthias Bussonnier b16530e57e Merge pull request #4253 from Carreau/fix-4039
13 years ago
Brian E. Granger 3ef9498d2f Enable automatic line breaks in MathJax.
13 years ago
Brian E. Granger 3edfec77c3 Fixing line-height of list items in tree view.
13 years ago
MinRK c85292cf2e add js_extensions_path
13 years ago
Brian E. Granger ba38fad3b8 Refactoring the center/left justify.
13 years ago
Brian E. Granger 54c751ce50 Merge pull request #4229 from jdfreder/clearoutput
13 years ago
Brian E. Granger 33ceac3a99 Removing page.less from base style.less.
13 years ago
Matthias BUSSONNIER e175bec1a7 fixes #4039.
13 years ago
Brian E. Granger 0ab0153e5a Removing extra comment.
13 years ago
Brian E. Granger 4b8ccb37e1 Adding 1em spacing above and below tables in rendered html.
13 years ago
Brian E. Granger 8d9f2e367a Centering for tables/images/math in Markdown.
13 years ago
Brian E. Granger 417e99e4ae Compiling CSS for this branch.
13 years ago
Brian E. Granger 8dd8446315 Indenting MathJax rendered equations in rendered_html divs.
13 years ago
Brian E. Granger b78b79c7cc Fixing less @import paths in auth/base/tree.
13 years ago
Brian E. Granger fc9f3fe72b Merge pull request #4166 from minrk/localinterfaces
13 years ago
Brian E. Granger 523b3645fe Merge pull request #4232 from minrk/no-lang-no-highlight
13 years ago
Jonathan Frederic b8d7197ec6 Don't preserve height when clear_output(wait=False) is called
13 years ago
MinRK e3f2eb8452 no highlight if no language specified
13 years ago
Jonathan Frederic 6bfd28b91d Added wait flag to clear_output.
13 years ago
MinRK c8cea9d807 avoid executing code in utils.localinterfaces at import time
13 years ago
Jonathan Frederic 00f0c827e9 Removed ability to clear stdout and stderr individually.
13 years ago
Jonathan Frederic 2b6add80f1 Remove clear_output timeout callback in favor of fixed height
13 years ago
MinRK 5d19c204db clear previous callbacks on execute
13 years ago
MinRK b322e72bee add Kernel.clear_callbacks_for_msg
13 years ago
Min RK 5a3da993e3 Merge pull request #4183 from tkanmae/fix-vim-escape
13 years ago
Takeshi Kanmae 7071ae8d90 Update boolean tests
13 years ago
MinRK ddfeab7728 Merge pull request #4193 from juhasch/overflow-x
13 years ago
MinRK a1fc91d9ff fab css
13 years ago
Min RK 4ec07adc60 Merge pull request #4201 from minrk/no-merge-heading
13 years ago
Matthias Bussonnier 89109e73d1 Merge pull request #4079 from minrk/status_started
13 years ago
MinRK 2cf6921166 HeadingCells are not splittable or mergeable
13 years ago
MinRK 37a345bd93 add Cell.is_mergeable method
13 years ago
juhasch deab820002 append Firefox overflow-x fix
13 years ago
Takeshi Kanmae 9ceedb62d0 Have remove_and_cancel_tooltip() return a boolean
13 years ago
Takeshi Kanmae a11ebc8b0a ESC should be handled by CM if tooltip is not on
13 years ago
Min RK 5e590218f2 Merge pull request #4136 from minrk/catch-js
13 years ago
Paul Ivanov c3b1e07d70 Merge pull request #4125 from minrk/test-help-output
13 years ago
Min RK 287f432d20 Merge pull request #4159 from minrk/minor-style
13 years ago
Min RK 90d3e90afe Merge pull request #4065 from Carreau/ecss
13 years ago
Min RK 76f8de32ea Merge pull request #4064 from Carreau/default_mode
13 years ago
Kevin Burke 2cf73980c0 Select default title when renaming a notebook
13 years ago
MinRK 3211227ecf fab css
13 years ago
MinRK 29c48fd538 don't split `.cell` and `div.cell` CSS
13 years ago
MinRK 80d2d15620 only test `--help-all`
13 years ago
MinRK 50b31960b3 test that `-h` and `--help-all` work for various IPython entry points
13 years ago
MinRK 3eac345480 update example custom.js
13 years ago
MinRK 5c607a9e8a use _safe_append for all output
13 years ago
MinRK bce60e1be7 pass profile-dir instead of profile to Kernel
13 years ago
MinRK 971aea1eda trigger `Kernel.status_started` after websockets open
13 years ago
Zachary Sailer a16211ceff minor bug fix, define 'var' in dialog.js.
13 years ago
Matthias Bussonnier b6e5dc0f65 catch if cm_config of other key undefined
13 years ago
Matthias BUSSONNIER a363216d89 do not include specific css in embedable one
13 years ago
Matthias BUSSONNIER fc8f118610 store default codemirror mode in only 1 place
13 years ago
Matthias Bussonnier a133236f56 Merge pull request #3969 from Carreau/usestrict
13 years ago
Matt Henderson b7ed106d11 must...bring...back...comma
13 years ago
Matt Henderson af03eb6d1b Modified initial template_path to pickup any overridden value by the user
13 years ago
Matt Henderson 918d872f2c needed proper dict syntax
13 years ago
Matt Henderson 56b33145e7 Fixed custom jinja2 templates being ignored when setting template_path
13 years ago
Paul Ivanov 2778e98945 DOC: fix links to matplotlib, notebook docs
13 years ago
Matthias Bussonnier f996a93455 Merge pull request #3937 from Carreau/redtab
13 years ago
Matthias Bussonnier d04be020c1 Merge pull request #3939 from minrk/checkpoints
13 years ago
Matthias Bussonnier ddca43174d Merge pull request #3955 from Carreau/fix-3954
13 years ago
Matthias BUSSONNIER 1f4a7eae4e remove red background, cleanup less file
13 years ago
Bussonnier Matthias 0226efa02d make tab visible in codemirror and light red background
13 years ago
Matthias BUSSONNIER 13ff842be5 "use strict" in most (if not all) our javascript
13 years ago
Andrea Bedini 0fd65c4de3 Fix ansi color code for background yellow
13 years ago
Matthias BUSSONNIER 57c5d901dc fix completion when shared start among completion item is null
13 years ago
Matthias BUSSONNIER faa6d63176 complete on % for magic in notebook
13 years ago
Bussonnier Matthias 9c02a3054b recompile css
13 years ago
MinRK 3f3709526c minor checkpoint cleanup
13 years ago
MinRK c0ec02bdb4 swallow enter event in rename dialog
13 years ago
Min RK db01a67d5f Merge pull request #3896 from ivanov/fix-3895
13 years ago
MinRK a186b25626 explicitly load python mode before IPython mode
13 years ago
Paul Ivanov 481a6a3070 two column quickhelp dialog, closes #3895
13 years ago
Andrea Bedini 47b873295a Fix documentation of Kernel.stop_channels
13 years ago
Min RK ac88931fee Merge pull request #3850 from minrk/store_history
13 years ago
Min RK 76b45c7bd3 Merge pull request #3844 from minrk/payload
13 years ago
Min RK 40b113fc4e Merge pull request #3848 from minrk/empty-docstring
13 years ago
MinRK 9845ba1416 add missing store_history key to Notebook execute_requests
13 years ago
MinRK 1f97024d2b fix incorrect `empty-docstring`
13 years ago
Jessica B. Hamrick 3001ef8535 Parse markdown correctly when mathjax is disabled
13 years ago
MinRK 6277c845c3 update payload source
13 years ago
Min RK a95cec67ea Merge pull request #3824 from minrk/heading-link-local
13 years ago
MinRK ef6b991881 don't set target on internal markdown links
13 years ago
MinRK 698953e8b1 don't recommend `ipython notebook --matplotlib`
13 years ago
Matthias BUSSONNIER 8b71a49fc2 remove again a few other occurences
13 years ago
Jessica B. Hamrick 9973445f9a Closes #3788
13 years ago
Matthias Bussonnier 11cffbe52e Merge pull request #3781 from minrk/oinfo_request
13 years ago
MinRK d3540da8f5 add missing block key in complete_request
13 years ago
MinRK defd49a8b9 comply with the message spec in object_info requests
13 years ago
MinRK 03883d82e4 remove bad `if logged_in` preventing new-notebook without login
13 years ago
Matthias Bussonnier e07ddebdf6 Merge pull request #3743 from minrk/noro
13 years ago
Matthias Bussonnier b78f0851a3 Merge pull request #3732 from minrk/slow-save-on-close
13 years ago
Matthias Bussonnier 68cf7df38a Merge pull request #3741 from minrk/badnbmsg
13 years ago
Stefan Karpinski f0cb45536c handle empty metadata in pyout messages more gracefully.
13 years ago
MinRK f9dd129e1c remove notebook read-only view
13 years ago
MinRK 2a09958bb6 better message when notebook format is not supported
13 years ago
MinRK 6970a79e6a add delay to autosave in beforeunload
13 years ago
MinRK 6fbbd1dea3 remove any lingering raw_inputs on raw_input
13 years ago
MinRK cea07fb351 bind kernel events in Kernel.bind_events
13 years ago
Min RK 73771392aa Merge pull request #3685 from minrk/pager
13 years ago
Rick Lupton 7b474e5ce6 Fix rename notebook - show error with invalid name
13 years ago
MinRK 0f5de6f4f8 fix Pager.detach
13 years ago
Min RK a7cf16ce98 Merge pull request #3660 from minrk/focusclick
13 years ago
Matthias BUSSONNIER 38fc90a1b0 add mising semicolon
13 years ago
Matthias BUSSONNIER 42fb90acac patch header-cell and use-strict
13 years ago
Matthias BUSSONNIER e166732257 linting and remove unused var
13 years ago
Matthias BUSSONNIER 7a452f10ca statelessify matjaxutils
13 years ago
Matthias Bussonnier ba24f709cb Merge pull request #3673 from minrk/cm-comment
13 years ago
MinRK 127a0669ff enable comment/uncomment selection
13 years ago
Min RK 374579a65c Merge pull request #3559 from minrk/create_delete_events
13 years ago
Min RK 5ac40d0746 Merge pull request #3651 from minrk/cleanup
13 years ago
MinRK 79d9f0f039 refocus active cell on dialog close
13 years ago
Min RK 117d99ad2a Merge pull request #3630 from minrk/css
13 years ago
Min RK 99a9782eb7 Merge pull request #3601 from minrk/headingmath2
13 years ago
Min RK f395271e95 Merge pull request #3621 from minrk/htmlerror
13 years ago
MinRK af7564253d remove a bunch of unused `default_config_file` assignments
13 years ago
Min RK 51f4b08174 Merge pull request #3571 from damianavila/split_shortcut
13 years ago
Min RK f3fa5cd181 Merge pull request #3624 from minrk/argunicode
13 years ago
MinRK 7ff586a134 move font-awesome to style.less from notebook-specific less
13 years ago
MinRK 68c314cb39 add IPython-only CSS
13 years ago
MinRK 409a1bb6e1 remove boilerplate.css
13 years ago
Paul Ivanov 03006024ba passing cell to showInPager, closes #3625
13 years ago
MinRK 638c36a7f7 fix some unicode in zmqhandlers
13 years ago
MinRK 38869a60e4 catch any exception appending output
13 years ago
MinRK c800ed9671 be pedantic about VT100 vs ANSI in comments
13 years ago
MinRK 13a89a74e3 add indexed-color in 256-color support
13 years ago
MinRK 49e6a36f7c add ansi background colors
13 years ago
MinRK 1186d575a9 expand ANSI color support
13 years ago
MinRK 55192ef881 fix regular expression for ANSI escapes
13 years ago
MinRK 47061360da remove unnecessary heading-anchor
13 years ago
MinRK 185769d1b9 merge heading lines
13 years ago
MinRK b5f0be18de truncate invalid multi-line headers
13 years ago
MinRK 45d0dd0a45 Markdown in heading cells (take 2)
13 years ago
Min RK 2e417e82f0 Merge pull request #3594 from Carreau/fixes-3563
13 years ago
Matthias Bussonnier f373e850ae Merge pull request #3595 from Carreau/rever-md-in-head
13 years ago
Matthias BUSSONNIER 1fbf5a6a2c Revert "allow markdown in heading cells"
13 years ago
Matthias BUSSONNIER 1e75582e48 Fix duplicate completion in notebook
13 years ago
Matthias Bussonnier 9b08a557e5 Merge pull request #3538 from minrk/launch_ip
13 years ago
damianavila 7aab2ec291 Added '-' as a shortcut for splitting cells.
13 years ago
Min RK f0db998d4d Merge pull request #3560 from minrk/longcell
13 years ago
MinRK 39578beabc remove max_msg_size altogether
13 years ago
Matthias Bussonnier b0922caa81 Merge pull request #3567 from Carreau/app-init-event
13 years ago
Matthias Bussonnier 1f2c975c84 Merge pull request #3531 from minrk/headingmath
13 years ago
Matthias BUSSONNIER 755b13a7c4 Simplify codemirror ipython-mode
13 years ago
Matthias BUSSONNIER 2272edf715 correct static path for CM modes autoload
13 years ago
Matthias Bussonnier e9c2ac802d Merge pull request #3561 from minrk/double-c-c
13 years ago
damianavila 73e88b6677 Added shorcuts to split cell, merge cell above and merge cell below.
13 years ago
Matthias Bussonnier fc5ea27155 Merge pull request #3566 from Carreau/fix-event-name
13 years ago
MinRK 7fe1b00cdc mention double-control-C to stop notebook server
13 years ago
Matthias BUSSONNIER 621c8c40a3 Trigger a single event on js app initilized
13 years ago
Matthias BUSSONNIER 41c84eb40e fix event names
13 years ago
MinRK 4408ab6ca1 warn about messages dropped due to oversize
13 years ago
MinRK 563d9372bf up default max_msg_size to 1MB
13 years ago
MinRK 5e20d457cd add create.Cell and delete.Cell js events
13 years ago
MinRK 0c6fe836ca open markdown links in new tabs
13 years ago
MinRK ee6f7f4c3d set overflow-x: hidden on Firefox only
13 years ago
Brian E. Granger 7941da8fe2 Merge pull request #3498 from ellisonbg/nbname
13 years ago
Paul Ivanov 735ed2c67f Merge pull request #3548 from takluyver/save-icon
13 years ago
Thomas Kluyver e7bfd55357 Change to standard save icon in Notebook toolbar
13 years ago
Matthias Bussonnier cefbcbead1 Merge pull request #3526 from minrk/clusterlist
13 years ago
Matthias Bussonnier 8e211a1290 Merge pull request #3525 from minrk/utc
13 years ago
Matthias Bussonnier 2052b1f1cf Merge pull request #3513 from minrk/nocp
13 years ago
MinRK 3ffc6d0ab5 Application.launch_instance
13 years ago
MinRK 63b65b8c6c use launch_new_instance classmethod to launch apps
13 years ago
MinRK 09567f835b remove debug statement
13 years ago
Matthias Bussonnier 9640b57161 Merge pull request #3528 from minrk/staticbase
13 years ago
Matthias Bussonnier 1bbbeddafd Merge pull request #3518 from takluyver/unused-imports
13 years ago
MinRK d1a8c06c91 allow markdown in heading cells
13 years ago
MinRK b20845172b fix local mathjax with custom base_project_url
13 years ago
MinRK 13408ecf71 ensure 'default' is first in cluster profile list
13 years ago
MinRK bc4a457fdc add timezone info to `last_modified` in notebook managers
13 years ago
Thomas Kluyver a2bf752dba Remove unused imports in IPython.html
13 years ago
MinRK d12a9b19c9 use bootstrap `disabled` instead of `ui-state-disabled`
13 years ago
MinRK 40b882906f add 'No Checkpoints' to Revert menu
13 years ago
MinRK b9706f23f5 use `window.onbeforeunload=` for nav-away warning
13 years ago
MinRK 88668e65f8 don't use parent=self in handlers
13 years ago
Brian E. Granger 202dec41e6 Merge pull request #3478 from minrk/rewarn
13 years ago
Brian E. Granger b3dc666ac9 Merge pull request #3493 from minrk/restart-dialog
13 years ago
Brian E. Granger c323717fe7 Merge pull request #3430 from minrk/configinstance
13 years ago
MinRK 1d64597ea8 move restart dialog to notebook.js
13 years ago
MinRK d8fa8eea04 add a dialog when the kernel is auto-restarted
13 years ago
Thomas Kluyver acb7eefef8 Remove unexpected keyword parameter to remove_kernel
13 years ago
MinRK bd03a99e28 use `parent=self` throughout IPython
13 years ago
Brian E. Granger a8dfc449a6 When a notebook is written to file, name the metadata name u''.
13 years ago
MinRK a51f9e1a6e update before unload message
13 years ago
MinRK 09c7bba2b4 restore "unsaved changes" warning on unload
13 years ago
MinRK a3653e34b1 update references for IPython.html
13 years ago
MinRK cf726d6a40 mv IPython.html.notebook -> IPython.html
13 years ago
Fernando Perez f150b6f6a9 Fix all remaining imports that used `IPython.frontend`.
13 years ago
Fernando Perez 9858a93794 Fix all imports for the notebook.
13 years ago
Fernando Perez 20a015c1e6 Move frontend/html directory to top level.
13 years ago