MinRK
|
d5b0026cf1
|
trust via mark cells and save, rather than trust API request
|
2014-03-03 16:10:21 -08:00 |
|
MinRK
|
1ae689f30c
|
Add Trust Notebook to File menu
|
2014-03-03 16:10:20 -08:00 |
|
Konrad Hinsen
|
26e3e31ad8
|
NotebookManager API: rename *notebook_model methods to *notebook
|
2014-02-11 12:25:57 +01:00 |
|
MinRK
|
e1e0b19a6a
|
s/base_project_url/base_url/
deprecate NotebookApp.base_project_url
|
2014-02-08 23:09:24 -08:00 |
|
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.
|
2014-02-05 12:01:11 -08:00 |
|
Thomas Kluyver
|
57642b3847
|
Move notebook URL fragment regexen into IPython.html.base.handlers
|
2013-12-19 13:01:00 -08:00 |
|
Thomas Kluyver
|
3fb55970be
|
Miscellaneous docs fixes
|
2013-11-14 11:21:32 -08:00 |
|
MinRK
|
66ccce69c6
|
copy_from in json, not in url param
|
2013-10-18 16:35:03 -07:00 |
|
MinRK
|
7ea311ad64
|
escape URLs in Location headers
|
2013-10-18 16:13:53 -07:00 |
|
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.
|
2013-10-18 16:13:53 -07:00 |
|
MinRK
|
d1a36fe4c0
|
use 'id' for checkpoint ID key
rather than redundant checkpoint.checkpoint_id
|
2013-10-17 14:55:00 -07:00 |
|
Brian E. Granger
|
51fc769edd
|
Handle notebook downloads through the /files URL.
|
2013-10-17 14:09:20 -07:00 |
|
Brian E. Granger
|
59901ce88c
|
Adding docstring to NotebookHandler.get.
|
2013-10-17 14:09:19 -07:00 |
|
Thomas Kluyver
|
cbc141c95c
|
Fixes for notebook checkpoint APIs
|
2013-10-17 14:09:19 -07:00 |
|
MinRK
|
4a12890d65
|
disable download-as-pt
since it doesn't work. Adds a note about nbconvert needed to bring it back.
|
2013-10-17 14:09:19 -07:00 |
|
MinRK
|
6c88abe1d6
|
always set location on PATCH
don't redirect
|
2013-10-17 14:09:15 -07:00 |
|
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
|
2013-10-17 14:09:15 -07:00 |
|
MinRK
|
a7f297f8f3
|
save before download-as
uses `async : false`
closes #852
download-as-py still unavailable.
|
2013-10-17 14:09:15 -07:00 |
|
MinRK
|
b33ffa7068
|
update upload and copy
adds 'notebook.ipynb/copy' url handler
because we were putting too many things in a single POST handler.
|
2013-10-17 14:09:14 -07:00 |
|
MinRK
|
4e12521082
|
fix dashboard upload
|
2013-10-17 14:09:14 -07:00 |
|
MinRK
|
16e8d0ff43
|
adjust definition of 'path' in notebooks
never includes leading or trailing '/'
|
2013-10-17 14:09:13 -07:00 |
|
Zachary Sailer
|
050a3098a8
|
review fixes on tests, add extra kernel api test
|
2013-10-17 14:09:10 -07:00 |
|
Zachary Sailer
|
e9ac1c2d37
|
add tests for session api
|
2013-10-17 14:09:10 -07:00 |
|
Zachary Sailer
|
95b505d602
|
Added notebooks API tests.
|
2013-10-17 14:09:10 -07:00 |
|
Zachary Sailer
|
5f1b7727d8
|
fix bug in test_contentmanager
|
2013-10-17 14:09:09 -07:00 |
|
Zachary Sailer
|
22e351ae3b
|
cleaning nb handlers, adding doc-strings/comments
|
2013-10-17 14:09:09 -07:00 |
|
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.
|
2013-10-17 14:09:09 -07:00 |
|
Paul Ivanov
|
7ca8a21bf6
|
named_notebook_path: consistent usage convention
|
2013-10-17 14:09:08 -07:00 |
|
Paul Ivanov
|
a083ad1fd7
|
more named_notebook_path cleanup
named_notebook_path now returns path with leading and trailing slashes.
Work with @Zsailer
|
2013-10-17 14:09:08 -07:00 |
|
Thomas Kluyver
|
6154c5f626
|
Remove some unnecessary imports
|
2013-10-17 14:09:07 -07:00 |
|
Zachary Sailer
|
1f04b48725
|
Renaming fixed
|
2013-10-17 14:09:07 -07:00 |
|
Zachary Sailer
|
c7375e170f
|
rebase master- eliminate read-only
|
2013-10-17 14:09:06 -07:00 |
|
Zachary Sailer
|
eb1690255d
|
allow spaces in notebook path
|
2013-10-17 14:09:06 -07:00 |
|
Zachary Sailer
|
91f25dc046
|
add contents web service api
|
2013-10-17 14:09:05 -07:00 |
|
Zachary Sailer
|
d4ee2da291
|
proper '.py' and '.ipynb' download files
|
2013-10-17 14:07:51 -07:00 |
|
Zachary Sailer
|
022b8324b2
|
Download '.py' fixed, deleted debugging output
|
2013-10-17 14:07:51 -07:00 |
|
Zachary Sailer
|
bfff3d817d
|
Fixed bug when linking kernel to new code cells
|
2013-10-17 14:07:51 -07:00 |
|
Zachary Sailer
|
ece92127d3
|
Add 'patch' to session & notebook, rename working
|
2013-10-17 14:07:51 -07:00 |
|
Zachary Sailer
|
20324bafd0
|
fixing path redirects, cleaning path logic
|
2013-10-17 14:07:50 -07:00 |
|
Zachary Sailer
|
11cef9ab45
|
fixing some bugs after rebase
|
2013-10-17 14:07:50 -07:00 |
|
Zachary Sailer
|
98e67bfa22
|
manual rebase notebooks web services
|
2013-10-17 14:07:49 -07:00 |
|
MinRK
|
f9dd129e1c
|
remove notebook read-only view
it is largely broken, and had problematic security issues.
|
2013-07-23 13:22:05 -07:00 |
|
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
2013-06-27 11:14:10 -07:00 |
|