Commit Graph

3366 Commits (084aba793f2c6509a4d81ef45d2d03307c239bde)

Author SHA1 Message Date
Paul Ivanov 1ee52fcbbc pause/play buttons for starting/stopping the tour
12 years ago
Paul Ivanov 5725bf80f5 use minified tour
12 years ago
Paul Ivanov 600facc92d allow tour restarting
12 years ago
Paul Ivanov abe4732aa0 fix typo in tour.js
12 years ago
Paul Ivanov 5fead3cdd7 starting the tour from the menu works now
12 years ago
Paul Ivanov d7b569390f more work on the tour
12 years ago
Paul Ivanov a765132684 add the tour to the page
12 years ago
Paul Ivanov 52766703b4 fix typo for the location of bower.json
12 years ago
Paul Ivanov 3cf601b58e initial bootstrap tour
12 years ago
Min RK a9a0c71f75 Merge pull request #5244 from minrk/test-ipc
12 years ago
MinRK 15fac2c1d6 make input_area css generic to cells
12 years ago
MinRK 983271a36f use on-load event to trigger resizable images
12 years ago
Brian E. Granger 88460cd212 Merge pull request #5175 from jdfreder/html-take2
12 years ago
Brian E. Granger 88fc1a0737 Merge pull request #5146 from jdfreder/modal-fix
12 years ago
Jonathan Frederic 39d39d0ea6 s/trigger_edit_mode/edit_mode
12 years ago
Jonathan Frederic c41fe67da2 Re-added removed refresh
12 years ago
Jonathan Frederic 3bcee30e8c Added comments to kbm and shrunk focus_cell lines
12 years ago
Jonathan Frederic 69e760841a Move should cancel blur into codecell
12 years ago
Jonathan Frederic 4fdc99e111 Remove notebook load log succes
12 years ago
Jonathan Frederic a6f883d7f2 Couple of whiteboard logic implementation misses
12 years ago
Jonathan Frederic 9451589e38 implemented whiteboard logic
12 years ago
Jonathan Frederic 673577cf6c Merge pull request #5207 from Zaharid/childfireevent
12 years ago
MinRK 22486461f3 use ipc for notebook js tests
12 years ago
Thomas Kluyver 8c1c18461c Fix a couple of static analysis warnings
12 years ago
Thomas Kluyver 3698563794 Make hidden directories configurable
12 years ago
Thomas Kluyver c75d4e9962 Don't attempt locale-aware sorting for now.
12 years ago
Thomas Kluyver 4fe9f8d057 Case insensitive sorting in the dashboard.
12 years ago
Thomas Kluyver c1e8ddc64e Hide directories beginning with _ from the dashboard.
12 years ago
Paul Ivanov f8ab13b675 Merge pull request #5215 from ivanov/running-kernels
12 years ago
Paul Ivanov 938f4bdfc4 small whitespace cleanup, renamed drag_info
12 years ago
Min RK 1ff8d9153a Merge pull request #5239 from takluyver/coverage-exclude-tests
12 years ago
Paul Ivanov eb4e674598 remove redundant checks in code
12 years ago
Paul Ivanov 14239c01e4 use explicit running header name + jquery's toggle
12 years ago
Thomas Kluyver 40ac479ae1 Merge pull request #5203 from minrk/test-log-warn
12 years ago
Thomas Kluyver f8fbd82864 Fix exclusion of tests directories from coverage reports
12 years ago
Jonathan Frederic 0884716a7d Re-added widget textbox blur fix FF
12 years ago
Jonathan Frederic bfc51c2a29 Final touches?
12 years ago
Jonathan Frederic c5fb037e41 Reorg index and focus_editor params on edit_mode func
12 years ago
Jonathan Frederic 048ca30b0c Remove fixes that are implemented correct in new CM
12 years ago
Brian E. Granger e847a31348 Always refresh the CM editor upon TextCell unrender.
12 years ago
Jonathan Frederic b976804051 Moved edit_mode canceling logic back into cell.
12 years ago
Jonathan Frederic ff37fb7a36 Standardized comments and removed last logs
12 years ago
Jonathan Frederic 64ae25508d Removed change that is no longer needed
12 years ago
Jonathan Frederic 70086d352f s/unfocus/blur
12 years ago
Jonathan Frederic c7860d8bc8 Post in person review
12 years ago
Jonathan Frederic 3595c099c2 Fixed rebase problems
12 years ago
Jonathan Frederic 10d79a9102 Added cell unfocus event canceller API
12 years ago
Jonathan Frederic a6aaa8a886 Use is_focused for element kbman removal event
12 years ago
Jonathan Frederic 6f7c502157 Fixed lots of bugs
12 years ago
Jonathan Frederic 206d35a89e DEBUG
12 years ago
Jonathan Frederic 7913305312 jshint
12 years ago
Thomas Kluyver 0059c317c3 Merge pull request #5216 from minrk/notebook-dir-cli
12 years ago
Min RK 4038421da6 Merge pull request #5221 from jdfreder/ctuple
12 years ago
MinRK bdde544d47 don't forget base_url when updating address bar in rename
12 years ago
Paul Ivanov 7d1da4c550 refer to notebooks, not kernels.
12 years ago
MinRK d8b6a1a0ba don't validate ContainerWidget.children
12 years ago
Paul Ivanov b74b10e308 added IPython.session_list
12 years ago
Jonathan Frederic 6c1ef48f1a Merge pull request #5173 from jdfreder/movewidgets
12 years ago
MinRK cc1ba8b1f7 remove incorrect is instance check in children_changed
12 years ago
MinRK c89ec19fca don't check shape of ContainerWidget.children
12 years ago
Jonathan Frederic 7855de2f13 s/CTuple/Tuple
12 years ago
Jonathan Frederic dedbc3b0e1 Changed children list to CTuple.
12 years ago
Min RK 0117b587ab Merge pull request #4985 from damianavila/closebrackets
12 years ago
MinRK bb7f27541f write config instead of direct assignment from the command-line
12 years ago
MinRK 6e09314027 fixup positional arg parsing in notebook app
12 years ago
Paul Ivanov 06c689caa3 remove reiterated repetitively redundant "actively"
12 years ago
Paul Ivanov a2b9c75e93 don't double-join the notebook path
12 years ago
Paul Ivanov a27168ae3b refresh of Notebook list should reload sessions
12 years ago
Paul Ivanov af90cd8c62 fix typo in method name
12 years ago
Paul Ivanov cb1bb62272 ok, Running tab is working now
12 years ago
Min RK c73acb300f Merge pull request #5200 from Carreau/jinja-no-cache
12 years ago
Matthias BUSSONNIER 816df5bb34 Allow to pass option to jinja env
12 years ago
zah 439003d709 Children fire event
12 years ago
MinRK e02308e436 capture logging in a few tests
12 years ago
Fernando Perez 371afec677 Merge pull request #5112 from minrk/completion-band-aid
12 years ago
Brian E. Granger 708c30c912 Merge pull request #5136 from minrk/interact-default
12 years ago
Brian E. Granger edb8d68331 Merge pull request #5132 from minrk/oops-pdf-transform
12 years ago
Brian E. Granger 7a35e2a0be Merge pull request #5116 from minrk/os_path
12 years ago
Jonathan Frederic 28423647a2 Updated require references to point to new files
12 years ago
Jonathan Frederic e0ba52c802 Moved widget files into static/widgets/*
12 years ago
Min RK 612acd2e08 Merge pull request #5170 from jdfreder/widget-throttle-trait
12 years ago
MinRK 386274488d don't create notebook_dir if it doesn't exist
12 years ago
MinRK d37780c6a6 use config instead of App.instance to propagate notebook_dir
12 years ago
MinRK f9e8824fef use NotebookManager APIs in nbconvert handler
12 years ago
MinRK cb25736a24 reorganize who knows what about paths
12 years ago
Brian E. Granger eda4569099 Merge pull request #5037 from jdfreder/ff-widget-align
12 years ago
Jonathan Frederic ef3f61f906 Use set_rendered to set the error msg of the cell.
12 years ago
Jonathan Frederic 946212d5fa Treat set_rendered as unsafe.
12 years ago
Jonathan Frederic 407fc0a017 s/with with/with
12 years ago
Jonathan Frederic 6a224d131b Move todos into set_rendered
12 years ago
MinRK 62f318c777 undo failed changes
12 years ago
MinRK 37cb0fbdee remove websocket url
12 years ago
MinRK b51cc50357 further tests for default values in interact
12 years ago
MinRK acfc2d5308 set default value from dict
12 years ago
Paul Ivanov 3b109de563 minimal KernelList
12 years ago
Brian E. Granger 4bd315bda0 Merge pull request #5147 from minrk/static-url-version
12 years ago
Paul Ivanov b3c1164798 put Running tab on the page
12 years ago
Brian E. Granger db4960769b Merge pull request #5100 from minrk/base_kernel_url
12 years ago
Jonathan Frederic ad03225cf6 Audit .html() calls take #2
12 years ago
Jonathan Frederic 82bbcf166d Fixed .. typo
12 years ago
Jonathan Frederic 0e56051a01 Added parentheses to emphasize order of op.
12 years ago
Jonathan Frederic 0eebd9e05b Added msg_throttle sync=True widget traitlet
12 years ago
Jonathan Frederic cecf7cf06f Fixed radio button selector for new radio button class
12 years ago
Jonathan Frederic d1d863af86 fab css
12 years ago
Jonathan Frederic 3b8beec541 Added a class for RadioButtons container
12 years ago
Jonathan Frederic 033ea6d88c Added bottom margin to text widget
12 years ago
Min RK 41275b062a Merge pull request #5089 from rgbkrk/azure_out
12 years ago
Paul Ivanov efc01b8854 remove append_json reference
12 years ago
Paul Ivanov 7b5c834649 fix IPython typo, closes #5155
12 years ago
MinRK 69cba774d9 Some template static_url tweaks
12 years ago
Jonathan Frederic a7fb5e1e55 Merge pull request #5114 from minrk/empty-button
12 years ago
MinRK e91ef370dd remove no-op adding abbreviations from always-empty dict
12 years ago
MinRK 8a2d92010a set default value from signature defaults in interact
12 years ago
MinRK ea8896399b remove application/pdf->pdf transform in javascript
12 years ago
Thomas Kluyver d6986cf4ec Merge pull request #4778 from minrk/install-nbextensions
12 years ago
MinRK 1ed5b184fb test installing nbextensions with symlink
12 years ago
MinRK 8353e85e48 test check_nbextension
12 years ago
MinRK e903297a15 clarify with all in check_nbextension
12 years ago
MinRK 475ac234b4 typo
12 years ago
Thomas Kluyver df0743c41c Merge pull request #5097 from minrk/logging-some-more
12 years ago
MinRK 59d3a8ff5f handle empty string in ToggleButtonsWidget
12 years ago
MinRK 9c452998ea add utils.escape_html
12 years ago
MinRK 0eff2bb651 handle space-only strings, not just zero-length
12 years ago
MinRK c50096334c use non-breaking space for button with no description
12 years ago
MinRK fd346d1790 fix remove event in KeyboardManager.register_events
12 years ago
Min RK 3306e386d6 Merge pull request #4925 from khinsen/notebook-manager-api
12 years ago
MinRK a1e263785c band-aid for completion
12 years ago
Kyle Kelley c9adc812bf Remove remaining refs to the Azure NB Manager
12 years ago
MinRK a184724bdb remove base_kernel_url
12 years ago
MinRK e5df456949 minor notebook logging changes
12 years ago
Brian E. Granger 24c27ce5e5 Merge pull request #5059 from jdfreder/widgets-patch-fix
12 years ago
Brian E. Granger 46c88a8875 Merge pull request #5075 from jdfreder/flex-model-2
12 years ago
Konrad Hinsen 4058786dcd Print a warning when iptest is run from the IPython source directory
12 years ago
Konrad Hinsen fdb8ab37ae Rearrange the NotebookManager methods for clarity
12 years ago
Konrad Hinsen b1c6ba2c97 Move method increment_filename from FileNotebookManager to NotebookManager
12 years ago
Konrad Hinsen 0a430f5840 Add method notebook_exists to NotebookManager.
12 years ago
Konrad Hinsen 26e3e31ad8 NotebookManager API: rename *notebook_model methods to *notebook
12 years ago
Jonathan Frederic 1c564131c5 Fixed, set on recieve update triggering echos.
12 years ago
Jonathan Frederic 3d408f5241 Added a test to make sure full state was not getting sent.
12 years ago
Jonathan Frederic 7b2787e508 Fixed typo
12 years ago
Jonathan Frederic f4f2c92285 Keep a running diff instead of forcing a full state update
12 years ago
Jonathan Frederic 770d2bd3a0 Only send diff message if diff isn't corrupt.
12 years ago
Jonathan Frederic fbf700e5d2 Fixed typo in new test
12 years ago
Jonathan Frederic a173e684c6 Added test that shows the problem.
12 years ago
Jonathan Frederic 5667947f9d Revert "Let backbone get changed attrs"
12 years ago
Jonathan Frederic 36b576b0bd Let backbone get changed attrs
12 years ago
Jonathan Frederic cd72883fc7 Revert "Fix incorrect usage of attrs"
12 years ago
Jonathan Frederic 0d80363240 Fix incorrect usage of attrs
12 years ago
Jonathan Frederic 04c38db197 fab css
12 years ago
Jonathan Frederic 81f37ab49f Added align-start to widget container.
12 years ago