Thomas Kluyver
|
7655ce579e
|
Add HTTP handlers for nbconvert
|
12 years ago |
Thomas Kluyver
|
8ed3a725f3
|
Pass nbformat object to write call to save .py script
Closes gh-4495
|
12 years ago |
MinRK
|
6bc2c65c83
|
notebooks should always have one checkpoint
closes #4396
|
12 years ago |
MinRK
|
3a4d719033
|
fix checkpoint filename
|
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
|
d1a36fe4c0
|
use 'id' for checkpoint ID key
rather than redundant checkpoint.checkpoint_id
|
12 years ago |
Thomas Kluyver
|
6017f5d0ef
|
Specify encoding for loading and saving notebooks.
|
12 years ago |
Thomas Kluyver
|
cbc141c95c
|
Fixes for notebook checkpoint APIs
|
12 years ago |
Thomas Kluyver
|
b1a0f2e8cc
|
404 on attempt to list notebooks in nonexistant directory
|
12 years ago |
Thomas Kluyver
|
eb9a55ed6b
|
Add test for and fix REST save with rename
|
12 years ago |
MinRK
|
a31cfdc8a8
|
ensure 'path' never has leading or trailing slash in nbmanager
Don't trust API callers to always get this right.
|
12 years ago |
MinRK
|
4e12521082
|
fix dashboard upload
|
12 years ago |
MinRK
|
5b1a648fc8
|
move os_path to FileNBMan
doesn't belong in base NotebookManager
|
12 years ago |
MinRK
|
16e8d0ff43
|
adjust definition of 'path' in notebooks
never includes leading or trailing '/'
|
12 years ago |
Zachary Sailer
|
d3e456d9a1
|
add tests to notebooks api
- check for correct status codes
- check headers location
- fix COPY api
|
12 years ago |
Zachary Sailer
|
7aaaab0668
|
fixed notebook rename after nbmanager refactor
|
12 years ago |
Zachary Sailer
|
97bc426bb7
|
add error catching to kernel manager
also, adding further tests to kernel manager
|
12 years ago |
Brian E. Granger
|
c0bc0410ce
|
Review and refactoring of notebooks web service.
|
12 years ago |
Zachary Sailer
|
27680dacb2
|
Code review changes.
Fixed handler issues and api tests from code review
from @minrk and @carreau.
|
12 years ago |
Zachary Sailer
|
04c6a3cfac
|
refactoring of nbmanager and filenbmanager
major clean up of the two managers. We make sure to follow
the standard models described in IPEP 16
|
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
|
95b505d602
|
Added notebooks API tests.
|
12 years ago |
Zachary Sailer
|
5f1b7727d8
|
fix bug in test_contentmanager
|
12 years ago |
Paul Ivanov
|
b8318708eb
|
clean up of get_os_path and its tests
work with @Zsailer
|
12 years ago |
Zachary Sailer
|
34b9840786
|
fixing broken links from recent changes.
After fixing operating system path changes in previous commits,
many links needed to be adjusted to direct to the correct URL.
|
12 years ago |
Zachary Sailer
|
470595f9e7
|
handle path separators with os.sep and add tests
Added more tests to the notebook manager to check for the correct
path separators on different operating system. Fixed the get_path
method.
|
12 years ago |
Zachary Sailer
|
bdbe30dc3a
|
url encode/decode tests added to nbmanager
|
12 years ago |
Thomas Kluyver
|
18fdb26273
|
Fix to if test
|
12 years ago |
Thomas Kluyver
|
6154c5f626
|
Remove some unnecessary imports
|
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
|
a219abaeeb
|
standard model changes
|
12 years ago |
Zachary Sailer
|
91f25dc046
|
add contents web service api
|
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
|
98e67bfa22
|
manual rebase notebooks web services
|
12 years ago |
MinRK
|
2a09958bb6
|
better message when notebook format is not supported
Different messages for bad version and bad JSON.
closes #1592
|
13 years ago |
Brian E. Granger
|
7941da8fe2
|
Merge pull request #3498 from ellisonbg/nbname
When a notebook is written to file, name the metadata name u''.
|
13 years ago |
MinRK
|
bc4a457fdc
|
add timezone info to `last_modified` in notebook managers
now Firefox won't get confused, turning utc timestamps into local times.
closes #3396
|
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 |