Commit Graph

231 Commits (538fcbc02559c175af482da3a07c070998be6c04)

Author SHA1 Message Date
Thomas Kluyver 316ecf3e54 Address review comments
12 years ago
Thomas Kluyver 72e2c2c6d7 Remove last use of global kernelselector
12 years ago
Thomas Kluyver 2785e87b4b Fix JS iteration
12 years ago
Thomas Kluyver c432af1af5 Use JS events for switching kernelspecs
12 years ago
Thomas Kluyver e51f26275a Set codemirror mode from kernelspecs
12 years ago
Thomas Kluyver ba69cd972e Add method to change codemirror mode of all code cells
12 years ago
Thomas Kluyver 54c6cb62c0 Start kernel according to loaded notebook metadata
12 years ago
Thomas Kluyver b644ddbe36 Store kernelspec in notebook metadata on change
12 years ago
Thomas Kluyver 41626420e2 Allow switching kernel from the notebook UI
12 years ago
Matthias Bussonnier 16d21d3267 Merge pull request #6188 from jasongrout/highlightjs-require-shim
12 years ago
Jason Grout 3fc4442053 Move shim to the standard location
12 years ago
MinRK 137f98014a pass ws_url to kernel constructor
12 years ago
Jason Grout ab9e4b600e Add a requirejs shim for highlight.js
12 years ago
Thomas Kluyver 5afc070910 Add default_kernel_name class level variable
12 years ago
Thomas Kluyver c37acf2ae7 Fix JS syntax
12 years ago
Thomas Kluyver 6efbe46b73 Update JS for kernels and sessions APIs
12 years ago
Jonathan Frederic a226bd2d6e Fixed cell toolbars
12 years ago
Jonathan Frederic b15633a89e Fix all the tests
12 years ago
Jonathan Frederic 2478fac032 More requirejs fixes
12 years ago
Jonathan Frederic ee76005bc2 More review changes
12 years ago
Jonathan Frederic 669db572f2 Fix some dialog keyboard_manager problems
12 years ago
Jonathan Frederic 2d7a4a7879 Some JS test fixes
12 years ago
jon 70ffd96eb9 Added some nice comments,
12 years ago
jon d9ab2d203a In person review with @ellisonbg
12 years ago
jon 1e098560b8 Revert "Google hangout review comments."
12 years ago
Jonathan Frederic eb2b1ab4a4 Google hangout review comments.
12 years ago
Jonathan Frederic 188072d190 @carreau review changes
12 years ago
Jonathan Frederic 2ba8945cab Fix all the bugs!
12 years ago
Jonathan Frederic c7961ae2db Fix imports of "modules",
12 years ago
Jonathan Frederic 0edfdbc703 Return dicts instead of classes,
12 years ago
Jonathan Frederic 0e9e1dd5a3 MWE,
12 years ago
Jonathan Frederic 516958ac07 Almost done!
12 years ago
Jonathan Frederic ca2014ad06 Pager
12 years ago
Jonathan Frederic 152e23dc76 Progress...
12 years ago
Jonathan Frederic e6b7cc9ff9 Fixed events
12 years ago
Jonathan Frederic 8d511b2ff5 Finished moving code into final(?) resting modules
12 years ago
Jonathan Frederic fb32b6561f Start of work to make notebook.html requirejs friendly.
12 years ago
Jonathan Frederic 19d12e3025 Remember cursor position on cell type change
12 years ago
Min RK 9794017dee Merge pull request #5882 from ivanov/preserve-cell-type
12 years ago
Paul Ivanov 7778aed8a8 inserting new cells preserves type closes #4917
12 years ago
Paul Ivanov f2f1726cad use current cell's type when inserting
12 years ago
Min RK a540078d8d Merge pull request #5605 from AlbertHilb/CellToolbar
12 years ago
Raffaele De Feo ba7a3ec6bc Make sure that celltoolbars are hidden
12 years ago
MinRK da525f1541 fix delete_checkpoint errback name
12 years ago
MinRK 82964a09c2 log all failed ajax API requests
12 years ago
MinRK 78bc36ec38 update link
12 years ago
Paul Ivanov f41750ca6b address PR feedback
12 years ago
Paul Ivanov c28096f0c5 prevent saving of partially loaded notebooks
12 years ago
Jonathan Frederic da334e782e focus next cell on shift+enter
12 years ago
Brian E. Granger 1407b4347e Merge pull request #5268 from ellisonbg/cmd-mode
12 years ago
MinRK 54e1558c16 make trust notebook dialog a single paragraph
12 years ago
MinRK 8cd744db85 mention that Trust triggers reload
12 years ago
Brian E. Granger 4e0a2ee476 Make sure we are in command mode before we select a new cell.
12 years ago
MinRK d5b0026cf1 trust via mark cells and save, rather than trust API request
12 years ago
MinRK b5c8a51331 disable trust notebook menu item on trusted notebooks
12 years ago
MinRK 1ae689f30c Add Trust Notebook to File menu
12 years ago
Brian E. Granger 6f4263dc74 Removing conditionals that are not needed.
12 years ago
Brian E. Granger e374ca5ebb Refactoring Notebook.command_mode.
12 years ago
Brian E. Granger af7dd15181 Removing old keyboard handling from IPython.utils.
12 years ago
Jonathan Frederic 39d39d0ea6 s/trigger_edit_mode/edit_mode
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 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
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 10d79a9102 Added cell unfocus event canceller API
12 years ago
Jonathan Frederic 6f7c502157 Fixed lots of bugs
12 years ago
Jonathan Frederic 206d35a89e DEBUG
12 years ago
MinRK e1e0b19a6a s/base_project_url/base_url/
12 years ago
MinRK 24703985e9 only add .ipynb if extension is not included
12 years ago
MinRK 61b06a39e2 holy crap, semicolons
12 years ago
MinRK 13fc9022d9 various unicode fixes
12 years ago
Brian E. Granger af884b797f Add edit/command mode indicator.
12 years ago
Brian E. Granger 2c5db865d4 Merge pull request #4974 from ivanov/better-paste
12 years ago
Min RK 003c5e8eda Merge pull request #4971 from ellisonbg/testjs-fd
12 years ago
Brian E. Granger 82a4538759 Notebook.delete should take no args.
12 years ago
Paul Ivanov 836fd887dc make paste focuses the pasted cell
12 years ago
Brian E. Granger aa71651468 Fixing issues with js tests.
12 years ago
Brian E. Granger bcd4209375 alt+enter should always insert below
12 years ago
Brian E. Granger 4c7ce61011 Don't enter edit mode when changing cell type and preserve renderd.
12 years ago
Brian E. Granger 7c65e96941 Simplified Cell menu items related to output.
12 years ago
Brian E. Granger 9538fb7d8f Converting loops in *_all_output to $.map().
12 years ago
Brian E. Granger 54666e2e98 Cleaning up output management in code and menus.
12 years ago
Brian E. Granger bc7b51d1b0 Merge pull request #4374 from jdfreder/widget-msg
12 years ago
Jonathan Frederic 5ed3a0ebc5 Simplify get_msg_cell function of notebook.js
12 years ago
Matthias BUSSONNIER 149867e74c some $.html( -> $.text(
12 years ago
Jonathan Frederic 6871c8f9e0 Cherry pick of @jasongrout 's 2bc2f96.
12 years ago
Jonathan Frederic bad85fb879 Remove O(N) cell by msg-id lookup
12 years ago
Jonathan Frederic 48eaebf683 Moved the logic to get a cell by message id into the notebook.js.
12 years ago
Jonathan Frederic 8502b2c182 Remove init_widget_js, use require.js for everything
12 years ago
Jonathan Frederic 4c7357f4a4 Revert notebook.js to master
12 years ago
Jonathan Frederic a576a0c8a1 Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
12 years ago
Jonathan Frederic 5d9dcfc39e Added widget.js
12 years ago
Brian E. Granger 506ffe5adf Adding sorting and better layout to the KB shortcuts.
12 years ago
Brian E. Granger c888f9d3e4 Cleaning up console log messages.
12 years ago