Commit Graph

2952 Commits (c0f346c4e358acdfb4aba382479fb8bece2e5ad1)
 

Author SHA1 Message Date
Thomas Kluyver c0f346c4e3 Merge pull request #4735 from minrk/better-errors
12 years ago
Min RK c9345e0cf5 Merge pull request #4760 from takluyver/examples-py3compat
12 years ago
Paul Ivanov b99fce964e Merge pull request #4773 from takluyver/nbtests-dont-wait-forever
12 years ago
Paul Ivanov e3053b0a58 Clarify waiting for notebook server to launch
12 years ago
MinRK 5c9dfd9b58 remove unnecessary conversion of newline to br tag
12 years ago
Thomas Kluyver 9363dd1087 Simplify waiting for notebook server to die.
12 years ago
Thomas Kluyver b0afd36408 Don't wait forever for notebook server to launch/die for tests
12 years ago
Min RK 6ccbf1455f Merge pull request #4727 from takluyver/nbconvert-template-magic
12 years ago
Thomas Kluyver 5a8d9182c4 Fix glob pattern for nbconvert template files
12 years ago
Thomas Kluyver 22f7bd4597 Walk nbconvert templates directory for package data files
12 years ago
MinRK b7563aec7c be more specific about unknown status codes
12 years ago
MinRK 7ae363f6d1 turn missing dependencies in nbconvert to 500 errors
12 years ago
Paul Ivanov 30df1c4546 Merge pull request #4766 from minrk/entry-points
12 years ago
MinRK a94983e035 add `python -m` entry points for everything
12 years ago
Thomas Kluyver ae9cc41a45 Merge pull request #4751 from damianavila/doc_post_serve
12 years ago
damianavila f308b12721 Deleted jargon-ish reference to no-connectity.
12 years ago
Thomas Kluyver a9cdbdd869 Merge pull request #4762 from minrk/ipv6
12 years ago
MinRK 9865c4f02f whitelist alphanumeric characters for cookie_name
12 years ago
Thomas Kluyver 1e21f3295e Polish test notebook
12 years ago
Thomas Kluyver e5603e18ce Improve Python 3 compatibility in example notebooks
12 years ago
damianavila 78e41cd766 It is the serve post processor and not the way to specify it.
12 years ago
Min RK 96c1af0ce4 Merge pull request #4715 from minrk/tornado-static-url
12 years ago
damianavila 1838cc2d82 Added --post-serve explanation into the nbconvert docs.
12 years ago
Matthias Bussonnier 880bcfc122 Merge pull request #4658 from stevefox/dev
12 years ago
Thomas Kluyver 8faa0d45be Merge pull request #4739 from minrk/skip-without-pandoc
12 years ago
MinRK 668d221bb6 exclude html nbconvert tests if nbconvert is not importable
12 years ago
MinRK 1044fda774 skip nbconvert html tests without pandoc
12 years ago
MinRK 91d3326923 allow notebook to start without nbconvert
12 years ago
MinRK 21632ac564 add error css
12 years ago
MinRK 84df1a5e26 add error page templates
12 years ago
MinRK f9dc2f7b7e catch pandoc failures in nbconvert handlers
12 years ago
MinRK b62da23660 render custom HTML for error pages
12 years ago
Thomas Kluyver 1dc80a609e Drop unused traitlet imports
12 years ago
Thomas Kluyver 4e7972bd64 Remove magic for loading templates from module names
12 years ago
Min RK 556627a637 Merge pull request #4656 from takluyver/nbconvert-service
12 years ago
Thomas Kluyver 147f33118e Extract output preprocessor only extracts specified formats
12 years ago
Thomas Kluyver be6a5d32ea Serve nbconvert output as zip when it has multiple files
12 years ago
Thomas Kluyver 57642b3847 Move notebook URL fragment regexen into IPython.html.base.handlers
12 years ago
Thomas Kluyver 75109fa2f3 Pass config into nbconvert exporters
12 years ago
Min RK 8be6c4b617 Merge pull request #4575 from minrk/encode_paths
12 years ago
MinRK fd0e9e865c don't raise 404 in get_absolute_path
12 years ago
MinRK 15780ad055 restore use of tornado static_url
12 years ago
Steve Fox 9681bdd177 Tabs converted to spaces for #4643
12 years ago
Min RK a80e387b0a Merge pull request #4700 from minrk/ifmain
12 years ago
Min RK 12acd244ca Merge pull request #4692 from takluyver/setup-symlink-improvements
12 years ago
Thomas Kluyver 74cb75e0c9 Add 'unsymlink command to remove the symlink
12 years ago
MinRK efe3e67e39 move import into ifmain block
12 years ago
MinRK a73f00f62a test save_notebook with escaped name
12 years ago
Thomas Kluyver d5d3cdb4e4 Merge pull request #4706 from minrk/irunner
12 years ago
MinRK da2f38c24e uniformity in ajax error handler arguments
12 years ago