Commit Graph

27 Commits

Author SHA1 Message Date
MinRK
baf65234b9 move mime-bundle data to rich output.data
from top-level output keys
2014-11-01 16:41:04 -07:00
MinRK
09acc6c854 msgspec: stream.data -> stream.text 2014-11-01 16:41:04 -07:00
MinRK
14cfb2efc1 s/prompt_number/execution_count in nbformat 4 2014-11-01 16:41:03 -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
857c243434 output_type should not be optional in new_output
and fix bug that this would have revealed
2014-04-07 11:19:00 -07:00
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