42 Commits (3fb55970bea28e5a8dfbe3f007a41ef5aeacd534)

Author SHA1 Message Date
Thomas Kluyver 8ed3a725f3 Pass nbformat object to write call to save .py script
13 years ago
MinRK 6bc2c65c83 notebooks should always have one checkpoint
13 years ago
MinRK 3a4d719033 fix checkpoint filename
13 years ago
MinRK 24174f31d9 use itertools.count for incrementing notebook filename
13 years ago
MinRK cc08837111 fix created timestamp in notebook model
13 years ago
MinRK d1a36fe4c0 use 'id' for checkpoint ID key
13 years ago
Thomas Kluyver 6017f5d0ef Specify encoding for loading and saving notebooks.
13 years ago
Thomas Kluyver cbc141c95c Fixes for notebook checkpoint APIs
13 years ago
Thomas Kluyver b1a0f2e8cc 404 on attempt to list notebooks in nonexistant directory
13 years ago
Thomas Kluyver eb9a55ed6b Add test for and fix REST save with rename
13 years ago
MinRK a31cfdc8a8 ensure 'path' never has leading or trailing slash in nbmanager
13 years ago
MinRK 4e12521082 fix dashboard upload
13 years ago
MinRK 5b1a648fc8 move os_path to FileNBMan
13 years ago
MinRK 16e8d0ff43 adjust definition of 'path' in notebooks
13 years ago
Zachary Sailer d3e456d9a1 add tests to notebooks api
13 years ago
Zachary Sailer 7aaaab0668 fixed notebook rename after nbmanager refactor
13 years ago
Zachary Sailer 97bc426bb7 add error catching to kernel manager
13 years ago
Brian E. Granger c0bc0410ce Review and refactoring of notebooks web service.
13 years ago
Zachary Sailer 27680dacb2 Code review changes.
13 years ago
Zachary Sailer 04c6a3cfac refactoring of nbmanager and filenbmanager
13 years ago
Zachary Sailer 050a3098a8 review fixes on tests, add extra kernel api test
13 years ago
Zachary Sailer e9ac1c2d37 add tests for session api
13 years ago
Zachary Sailer 95b505d602 Added notebooks API tests.
13 years ago
Zachary Sailer 5f1b7727d8 fix bug in test_contentmanager
13 years ago
Paul Ivanov b8318708eb clean up of get_os_path and its tests
13 years ago
Zachary Sailer 34b9840786 fixing broken links from recent changes.
13 years ago
Zachary Sailer 470595f9e7 handle path separators with os.sep and add tests
13 years ago
Zachary Sailer bdbe30dc3a url encode/decode tests added to nbmanager
13 years ago
Thomas Kluyver 18fdb26273 Fix to if test
13 years ago
Thomas Kluyver 6154c5f626 Remove some unnecessary imports
13 years ago
Zachary Sailer 1f04b48725 Renaming fixed
13 years ago
Zachary Sailer f3af343f4f Change new/copy URLS to POST requests
13 years ago
Zachary Sailer a219abaeeb standard model changes
13 years ago
Zachary Sailer 91f25dc046 add contents web service api
13 years ago
Zachary Sailer c4e06a3728 allow rename in subdirectory notebooks
13 years ago
Zachary Sailer ece92127d3 Add 'patch' to session & notebook, rename working
13 years ago
Zachary Sailer 98e67bfa22 manual rebase notebooks web services
13 years ago
MinRK 2a09958bb6 better message when notebook format is not supported
13 years ago
Brian E. Granger 7941da8fe2 Merge pull request #3498 from ellisonbg/nbname
13 years ago
MinRK bc4a457fdc add timezone info to `last_modified` in notebook managers
13 years ago
Brian E. Granger a8dfc449a6 When a notebook is written to file, name the metadata name u''.
13 years ago
MinRK cf726d6a40 mv IPython.html.notebook -> IPython.html
13 years ago