Konrad Hinsen
|
26e3e31ad8
|
NotebookManager API: rename *notebook_model methods to *notebook
|
12 years ago |
MinRK
|
e1e0b19a6a
|
s/base_project_url/base_url/
deprecate NotebookApp.base_project_url
|
12 years ago |
Brian E. Granger
|
7e1a179a7c
|
Addressing review comments.
* list_dirs and get_dir_model added to base NBM class.
* Calling of list_dirs moved to handler.
* type=notebook added to notebook model.
|
12 years ago |
Thomas Kluyver
|
57642b3847
|
Move notebook URL fragment regexen into IPython.html.base.handlers
|
13 years ago |
Thomas Kluyver
|
3fb55970be
|
Miscellaneous docs fixes
|
13 years ago |
MinRK
|
66ccce69c6
|
copy_from in json, not in url param
|
13 years ago |
MinRK
|
7ea311ad64
|
escape URLs in Location headers
|
13 years ago |
MinRK
|
f11caf25e7
|
update notebook creation handlers
- only POST to directories (notebook picks name)
- only PUT to full paths
- PUT and POST should be equivalent aside from
who picks the notebook name.
|
13 years ago |
MinRK
|
d1a36fe4c0
|
use 'id' for checkpoint ID key
rather than redundant checkpoint.checkpoint_id
|
13 years ago |
Brian E. Granger
|
51fc769edd
|
Handle notebook downloads through the /files URL.
|
13 years ago |
Brian E. Granger
|
59901ce88c
|
Adding docstring to NotebookHandler.get.
|
13 years ago |
Thomas Kluyver
|
cbc141c95c
|
Fixes for notebook checkpoint APIs
|
13 years ago |
MinRK
|
4a12890d65
|
disable download-as-pt
since it doesn't work. Adds a note about nbconvert needed to bring it back.
|
13 years ago |
MinRK
|
6c88abe1d6
|
always set location on PATCH
don't redirect
|
13 years ago |
MinRK
|
dc65b33d14
|
simplify handler patterns
PATH pattern will now sometimes include leading slash,
but that's okay because nbmanager will strip them.
fewer redirect patterns needed
|
13 years ago |
MinRK
|
a7f297f8f3
|
save before download-as
uses `async : false`
closes #852
download-as-py still unavailable.
|
13 years ago |
MinRK
|
b33ffa7068
|
update upload and copy
adds 'notebook.ipynb/copy' url handler
because we were putting too many things in a single POST handler.
|
13 years ago |
MinRK
|
4e12521082
|
fix dashboard upload
|
13 years ago |
MinRK
|
16e8d0ff43
|
adjust definition of 'path' in notebooks
never includes leading or trailing '/'
|
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 |
Zachary Sailer
|
22e351ae3b
|
cleaning nb handlers, adding doc-strings/comments
|
13 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.
|
13 years ago |
Paul Ivanov
|
7ca8a21bf6
|
named_notebook_path: consistent usage convention
|
13 years ago |
Paul Ivanov
|
a083ad1fd7
|
more named_notebook_path cleanup
named_notebook_path now returns path with leading and trailing slashes.
Work with @Zsailer
|
13 years ago |
Thomas Kluyver
|
6154c5f626
|
Remove some unnecessary imports
|
13 years ago |
Zachary Sailer
|
1f04b48725
|
Renaming fixed
|
13 years ago |
Zachary Sailer
|
c7375e170f
|
rebase master- eliminate read-only
|
13 years ago |
Zachary Sailer
|
eb1690255d
|
allow spaces in notebook path
|
13 years ago |
Zachary Sailer
|
91f25dc046
|
add contents web service api
|
13 years ago |
Zachary Sailer
|
d4ee2da291
|
proper '.py' and '.ipynb' download files
|
13 years ago |
Zachary Sailer
|
022b8324b2
|
Download '.py' fixed, deleted debugging output
|
13 years ago |
Zachary Sailer
|
bfff3d817d
|
Fixed bug when linking kernel to new code cells
|
13 years ago |
Zachary Sailer
|
ece92127d3
|
Add 'patch' to session & notebook, rename working
|
13 years ago |
Zachary Sailer
|
20324bafd0
|
fixing path redirects, cleaning path logic
|
13 years ago |
Zachary Sailer
|
11cef9ab45
|
fixing some bugs after rebase
|
13 years ago |
Zachary Sailer
|
98e67bfa22
|
manual rebase notebooks web services
|
13 years ago |
MinRK
|
f9dd129e1c
|
remove notebook read-only view
it is largely broken, and had problematic security issues.
|
13 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |