Commit Graph

314 Commits (ffaa09492a8ee5c44b305800a7cc811756effe6e)

Author SHA1 Message Date
Min RK ffaa09492a Merge pull request #7315 from Carreau/codacy2
11 years ago
Matthias Bussonnier c0efca80ea Merge pull request #7331 from minrk/fix-scroll
11 years ago
Matthias Bussonnier 4e2dfe2527 Some code cleanup in javascript and python
11 years ago
Min RK 96a5661648 fix scroll actions
11 years ago
Min RK a417785c5e add resource URLs to kernelspec model
11 years ago
Bussonnier Matthias f0c5de7c7e make method private
11 years ago
Bussonnier Matthias df418c6a62 fix restore checkpoint add an empty cell
11 years ago
Min RK 26136f44d2 Merge pull request #7088 from Carreau/kernel.js
11 years ago
Thomas Kluyver 7f221537d4 Fix default_cell_type option for notebook
11 years ago
Thomas Kluyver 938630b475 Remove user_config js module
11 years ago
Jonathan Frederic 12366e8e8d Clean up comments
11 years ago
Jonathan Frederic 1e0acbeb31 Write a plugin to handle private function automatically.
11 years ago
Jonathan Frederic c703b3f3f5 Some clean-up
11 years ago
Jonathan Frederic beb5ea6deb Make sure every function appears in the Notebook class.
11 years ago
Jonathan Frederic d756816e2b Some typo fixes
11 years ago
Jonathan Frederic 5802309151 Make notebook.js jsdoc compatible
11 years ago
Jonathan Frederic 1aa280d9c9 Start JSDoc integration
11 years ago
Matthias Bussonnier 47822187c1 Fix typos, rephrase english. Thanks Kyle.
11 years ago
Matthias BUSSONNIER 4239dc03f3 load the per kernel kernel.js and kernel.css
11 years ago
Jonathan Frederic 5d4b83ba4a Add an event that fires before the notebook saves
11 years ago
Jonathan Frederic 8a5770b811 Add convenience API
11 years ago
Jonathan Frederic d466601dbb Persistence API,
11 years ago
Nicholas Bollweg (Nick) c72ad2754c more fidgeting before starting over
11 years ago
Nicholas Bollweg (Nick) 5858350cc3 handling explicitly provided modes from kernelspec.language_info
11 years ago
Nicholas Bollweg (Nick) 68c4714338 using codemirror mode/meta for detection
11 years ago
Min RK 696394e27d allow kernel_name to be specified in url parameter
11 years ago
Thomas Kluyver c3cb2164f6 Clear output after replacing cell contents
11 years ago
Thomas Kluyver 90817ccb1f Machinery to replace the current cell instead of adding a new one
11 years ago
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Thomas Kluyver 1929f5702c Merge pull request #6945 from minrk/kernel-info-lang
11 years ago
Thomas Kluyver eb14a13843 Merge pull request #6991 from minrk/unhandled-types
11 years ago
Min RK 88219df674 Preserve nbformat_minor from the future
11 years ago
Bussonnier Matthias 794ef18920 get cell correctly in nested context
11 years ago
Min RK 535bbee883 Merge pull request #6978 from takluyver/nbconvert-script
11 years ago
Min RK c72c637511 move language name, version into language_info
11 years ago
Min RK 4ec20d55da fix loading of language name from kernel_info
11 years ago
Min RK c9a4e5b00d handle various permission failures
11 years ago
Min RK bb23105fdd Handle unrecognized outputs and cells from the future
11 years ago
Bussonnier Matthias 907d70339e some extra comma/semicolon cleanup
11 years ago
Bussonnier Matthias ac355d757f update to use event
11 years ago
Matthias Bussonnier 9ae62c21b8 Some cleanup unused code and missig use-strict
11 years ago
Thomas Kluyver 58b0669b9b Fix asyncy nbconvert to download
11 years ago
Min RK c7ad3aa47d Don't dismiss rename dialog until rename is complete
11 years ago
MinRK 29e49329e2 use CodeMirror.runMode to highlight in markdown
11 years ago
Thomas Kluyver 56320588da Return JSON from contents API checkpoint methods
11 years ago
Thomas Kluyver aecb4bffa5 All aboard the promise train
11 years ago
Thomas Kluyver 11cfcc40d4 Use promises for GET requests
11 years ago
Min RK 0a22217f7e Merge pull request #6900 from takluyver/contents-api-get-as-type
11 years ago
Min RK 0f8127c36f Merge pull request #6735 from Carreau/native-map
11 years ago
Thomas Kluyver f9db65ab6f Expose and use get requests specifying type in the JS
11 years ago