Nicholas Bollweg
8c8eabf07f
removing spurious import
2015-01-13 22:45:38 -05:00
Nicholas Bollweg
8fb9d057d9
fixes #7360 by setting resources.metadata
2015-01-13 22:38:14 -05:00
Min RK
979eb2d281
don't enforce .ipynb extension in URLs
...
let ContentsManager decide what's a notebook
2014-12-19 12:42:28 -08:00
Thomas Kluyver
8bfec5015b
Add the . into file_extension
2014-11-20 17:34:39 -08:00
Thomas Kluyver
f1f81e2efa
Rename get_model() to get()
2014-11-11 14:51:21 -08:00
MinRK
3ada0c2c27
Remove separate 'path', 'name' in Contents API
...
- path is full path (including name)
- name is only used for read-only convenience, and plays no role in any API
- remove 'untitled upload' (POST with content and no path)
2014-11-10 14:02:18 -08: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
12f94ae2a2
use from_dict for dict->notebook
...
not confusing to_notebook_json
2014-11-01 16:41:09 -07:00
MinRK
07079095a8
update html/js to nbformat 4
2014-11-01 16:41:02 -07:00
MinRK
d4fe081fe5
move /files/
redirect to base handlers
...
and reuse it in /nbconvert/html/…
closes #6137
2014-07-31 11:57:37 -07:00
MinRK
0c0eb43719
teach contents service about non-notebook files
2014-07-31 11:57:36 -07:00
MinRK
6cce477e07
rename notebooks service to contents service
...
minimal functional changes, committing because tests are passing.
2014-07-31 11:57:36 -07:00
Spencer Nelson
925a58c0b4
Remove unused imports
2014-05-01 15:42:46 -07:00
MinRK
f7c1a15896
support pdf export in the notebook UI
2014-04-10 21:13:41 -07:00
MinRK
f9e8824fef
use NotebookManager APIs in nbconvert handler
2014-02-21 13:22:56 -08:00
MinRK
7ae363f6d1
turn missing dependencies in nbconvert to 500 errors
...
pygments is the only such example at this time
2014-01-07 15:15:57 -08:00
MinRK
91d3326923
allow notebook to start without nbconvert
...
catches import / key errors and turns them into proper http errors
2013-12-23 12:39:27 -08:00
MinRK
f9dc2f7b7e
catch pandoc failures in nbconvert handlers
2013-12-22 17:46:53 -08:00
Thomas Kluyver
be6a5d32ea
Serve nbconvert output as zip when it has multiple files
2013-12-19 16:07:27 -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
75109fa2f3
Pass config into nbconvert exporters
2013-12-19 12:35:19 -08:00
Thomas Kluyver
30e8939a27
Separate listing nbconvert exporters to /api/nbconvert
2013-12-13 14:46:51 -08:00
Thomas Kluyver
f53ad55284
Add GET /nbconvert to list available formats
2013-12-13 14:46:51 -08:00
Thomas Kluyver
c5d0f1614f
Condense raw_mimetype and mime_type traitlets into output_mimetype
2013-12-13 14:46:51 -08:00
Thomas Kluyver
17c6af1fcf
Add MIME types to nbconvert exporters
2013-12-13 14:46:51 -08:00
Thomas Kluyver
a3c2f1b5f9
Add menu entries for getting converted views of a notebook
2013-12-13 14:46:51 -08:00
Thomas Kluyver
7655ce579e
Add HTTP handlers for nbconvert
2013-12-13 14:46:50 -08:00