Commit Graph

20 Commits

Author SHA1 Message Date
Min RK
525f6a7561 fix backward f, nb args for nbformat.write 2014-11-01 16:41:13 -07:00
MinRK
af735018f3 don't use nbformat.current in IPython.html
use top-level nbformat.read/write, v4 directly for compose
2014-11-01 16:41:11 -07:00
MinRK
07079095a8 update html/js to nbformat 4 2014-11-01 16:41:02 -07:00
Min RK
1d7f8803e0 use ?download=1 to trigger download in /files/
sets `Content-Disposition: attachment...`

- master sets this unconditionally
- 2.x sets this iff file is a notebook
2014-10-31 15:45:30 -07:00
Manuel Riel
a490488f62 remove commented-out code 2014-10-08 01:51:12 +02:00
Manuel Riel
67f2322a8c simplify bin-file test 2014-10-08 01:29:53 +02:00
Manuel Riel
0e95bd9eda remove unused import in test_files.py 2014-10-08 01:25:31 +02:00
Manuel Riel
28d4444def 2 checks for python2 and python3) 2014-10-06 14:48:36 +02:00
Manuel Riel
bb8e33d70d fix bin-file test in ipython3 2014-10-06 14:25:50 +02:00
Manuel Riel
775ea55206 another shot at bin-tests on python3 2014-10-06 13:26:11 +02:00
Manuel Riel
c6d548fbeb correctly handle base64 and json, improve bin-file test 2014-10-06 12:29:33 +02:00
Manuel Riel
dc352a334b Use \xFF in bin file test 2014-10-06 01:21:34 +02:00
Manuel Riel
2268268a9d add tests for file download via ContentsManager 2014-10-06 01:00:18 +02:00
Brian E. Granger
009367666a Fixing test_files tests. 2014-02-05 15:41:28 -08:00
MinRK
157f501c60 use request.text for Python 3 (content is always bytes) 2013-11-12 15:40:05 -08:00
MinRK
a657ddd78f test 'files/' redirects
1.0 notebooks with links should work in 2.0
2013-11-12 15:09:05 -08:00
MinRK
40cce4d7e3 s/os.path.sep/os.sep/ 2013-10-22 17:36:34 -07:00
MinRK
112a694c5c py3k bytes, for crying out loud 2013-10-22 17:32:24 -07:00
MinRK
dfb538d881 Windows testing fixes 2013-10-22 17:16:31 -07:00
MinRK
1f90f4d7bb test /files/ gives 403 on hidden files 2013-10-22 15:23:46 -07:00