MinRK
|
aea1bbde6a
|
s/session_id/id
|
2013-10-18 16:13:53 -07:00 |
|
MinRK
|
0558ec4ce0
|
Cells shouldn't know about Sessions
|
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 |
|
MinRK
|
5a60141bed
|
use splitext in notebook_list
fixes case where notebooks with '.' in name were misrendered
|
2013-10-17 14:31:20 -07:00 |
|
MinRK
|
11013e648d
|
add utils.splitext to js
mimic Python os.path.splitext
|
2013-10-17 14:30:15 -07:00 |
|
MinRK
|
5ca1ad666d
|
add missing cell.session in tooltip.js
|
2013-10-17 14:09:20 -07:00 |
|
Brian E. Granger
|
9c42ca8a72
|
Fully removing .py file upload.
In the future all uploads should just use the contents web service
and we should support any type of file.
|
2013-10-17 14:09:20 -07:00 |
|
Brian E. Granger
|
51fc769edd
|
Handle notebook downloads through the /files URL.
|
2013-10-17 14:09:20 -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
|
fc4fb92580
|
review pass on multidir js
|
2013-10-17 14:09:18 -07:00 |
|
MinRK
|
e16a5807c7
|
fixup bad rebase
|
2013-10-17 14:09:18 -07:00 |
|
MinRK
|
5593526108
|
don't let empty strings introduce extra slashes in url_path_join
|
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
|
8b94ee2b47
|
use async : false to avoid pop-up blocker on New / Copy notebook
|
2013-10-17 14:09:14 -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
|
d1e0aded7d
|
mixup notebook_list
|
2013-10-17 14:09:14 -07:00 |
|
MinRK
|
40f577b538
|
add utils.url_path_join
javascript equivalent of Python-side function.
|
2013-10-17 14:09:13 -07:00 |
|
Zachary Sailer
|
da58c8c470
|
Fixed session js ajax request.
Session was not creating a kernel object on the client side,
after the server created successfully created a session.
|
2013-10-17 14:09:12 -07:00 |
|
Zachary Sailer
|
c26700cd3a
|
changes after session manager code review
|
2013-10-17 14:09:12 -07:00 |
|
Zachary Sailer
|
7aaaab0668
|
fixed notebook rename after nbmanager refactor
|
2013-10-17 14:09:12 -07:00 |
|
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
|
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
|
8c2009874c
|
session manager restructuring
Redid the sessionmanager, added tests for the session manager,
and added a sqlite database to hold kernel,session,nb mapping.
|
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 |
|
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.
|
2013-10-17 14:09:08 -07:00 |
|
Zachary Sailer
|
1f04b48725
|
Renaming fixed
|
2013-10-17 14:09:07 -07:00 |
|
Zachary Sailer
|
f3af343f4f
|
Change new/copy URLS to POST requests
|
2013-10-17 14:09:06 -07:00 |
|
Zachary Sailer
|
a74b9a018b
|
removed '/new' URL and added POST notebook request
|
2013-10-17 14:09:06 -07:00 |
|
Zachary Sailer
|
8261ac2cb9
|
change standard money keys
|
2013-10-17 14:09:06 -07:00 |
|
Zachary Sailer
|
1b2e41eea4
|
path with spaces completely fixed
|
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
|
5af83cd705
|
redirect url after notebook rename
|
2013-10-17 14:09:05 -07:00 |
|
Zachary Sailer
|
fd282698bc
|
removing debug logs
|
2013-10-17 14:09:05 -07:00 |
|
Zachary Sailer
|
6114d4c338
|
drop file ext off notebook name in notebook
|
2013-10-17 14:09:01 -07:00 |
|
Zachary Sailer
|
f55381d55b
|
completer now recognizes session
|
2013-10-17 14:07:52 -07:00 |
|
Zachary Sailer
|
d4ee2da291
|
proper '.py' and '.ipynb' download files
|
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
|
e4a7b724a6
|
fixed shutdown button refresh on dashboard
|
2013-10-17 14:07:51 -07:00 |
|
Zachary Sailer
|
d41544865a
|
fix kill_and_exit button in notebook
|
2013-10-17 14:07:50 -07:00 |
|
Zachary Sailer
|
62ec52e276
|
fix restart/interrupt kernel buttons
|
2013-10-17 14:07:50 -07:00 |
|
Zachary Sailer
|
324370de53
|
delete debug comment
|
2013-10-17 14:07:50 -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
|
afb0d571f4
|
manual rebase static/tree/
|
2013-10-17 14:07:49 -07:00 |
|
Zachary Sailer
|
385ad6f509
|
manual rebase static/services (add session.js)
|
2013-10-17 14:07:49 -07:00 |
|
Zachary Sailer
|
0f52ffa756
|
manual rebase static/notebook/js files
|
2013-10-17 14:07:49 -07:00 |
|
Min RK
|
1b9aef3959
|
Merge pull request #4377 from minrk/fix-cancel
fix tooltip cancel
pending tooltip from open-parenthesis was not being cancelled properly
|
2013-10-17 14:06:17 -07:00 |
|
Matthias Bussonnier
|
f11b95358c
|
Merge pull request #4293 from Carreau/tooltip-mkp
Factorise code in tooltip for julia monkeypatching
|
2013-10-17 12:42:57 -07:00 |
|