MinRK
|
f9e8824fef
|
use NotebookManager APIs in nbconvert handler
|
2014-02-21 13:22:56 -08:00 |
|
Thomas Kluyver
|
c0f346c4e3
|
Merge pull request #4735 from minrk/better-errors
add some HTML error pages
|
2014-01-09 13:03:31 -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
|
1044fda774
|
skip nbconvert html tests without pandoc
|
2013-12-23 12:41:59 -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
|
147f33118e
|
Extract output preprocessor only extracts specified formats
|
2013-12-19 17:14:24 -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
|
a6424052f0
|
Add tests for nbconvert HTTP service
|
2013-12-13 14:46:50 -08:00 |
|
Thomas Kluyver
|
7655ce579e
|
Add HTTP handlers for nbconvert
|
2013-12-13 14:46:50 -08:00 |
|