Paul Ivanov
a2d731ff39
fix 'close and halt' in notebook File menu
13 years ago
Brian E. Granger
51fc769edd
Handle notebook downloads through the /files URL.
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
fc4fb92580
review pass on multidir js
13 years ago
MinRK
a7f297f8f3
save before download-as
...
uses `async : false`
closes #852
download-as-py still unavailable.
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
Zachary Sailer
f3af343f4f
Change new/copy URLS to POST requests
13 years ago
Zachary Sailer
a74b9a018b
removed '/new' URL and added POST notebook request
13 years ago
Zachary Sailer
d4ee2da291
proper '.py' and '.ipynb' download files
13 years ago
Zachary Sailer
d41544865a
fix kill_and_exit button in notebook
13 years ago
Zachary Sailer
62ec52e276
fix restart/interrupt kernel buttons
13 years ago
Zachary Sailer
20324bafd0
fixing path redirects, cleaning path logic
13 years ago
Zachary Sailer
0f52ffa756
manual rebase static/notebook/js files
13 years ago
MinRK
4a04553acd
add Edit Notebook Metadata to Edit menu
13 years ago
Matthias Bussonnier
a133236f56
Merge pull request #3969 from Carreau/usestrict
...
"use strict" in most (if not all) our javascript
plus fix one variable leaking in global namespace
13 years ago
Matthias BUSSONNIER
13ff842be5
"use strict" in most (if not all) our javascript
...
+ fix one variable leaking in global nameespace
13 years ago
MinRK
3f3709526c
minor checkpoint cleanup
...
- remember list of checkpoints browser-side
- cleanup references in MenuBar restore list.
There was a closure issue, where multiple menu items would actually all restore the same checkpoint.
13 years ago
MinRK
09567f835b
remove debug statement
...
and anchor
13 years ago
MinRK
40b882906f
add 'No Checkpoints' to Revert menu
...
when there are None, rather than an empty menu.
closes #3261
13 years ago
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
13 years ago