Brian E. Granger
40977e545b
Semi working version of basic dual mode UX.
...
As of this point there are lots of things that don't work, but
most of the basic dual mode interactions do work fine.
12 years ago
Brian E. Granger
2a530ff30d
More work on the dual mode UX.
12 years ago
Brian E. Granger
54088a0105
Adding new logic to cells.
12 years ago
Brian E. Granger
2181a29be7
Starting work on select/focus logic.
12 years ago
MinRK
9865c4f02f
whitelist alphanumeric characters for cookie_name
...
should fix #4761
12 years ago
Min RK
96c1af0ce4
Merge pull request #4715 from minrk/tornado-static-url
...
restore use of tornado static_url in templates
12 years ago
Matthias Bussonnier
880bcfc122
Merge pull request #4658 from stevefox/dev
...
Bug fix for #4643 : Regex object needs to be reset between calls in toolt...
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
Min RK
556627a637
Merge pull request #4656 from takluyver/nbconvert-service
...
Nbconvert HTTP 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
...
make sure to encode URL components for API requests
12 years ago
MinRK
fd0e9e865c
don't raise 404 in get_absolute_path
...
raise in validate_absolute_path, where it belongs
12 years ago
MinRK
15780ad055
restore use of tornado static_url
...
instead of jinja macro that doesn't write hashes
closes #4714
12 years ago
Steve Fox
9681bdd177
Tabs converted to spaces for #4643
12 years ago
MinRK
a73f00f62a
test save_notebook with escaped name
12 years ago
MinRK
da2f38c24e
uniformity in ajax error handler arguments
...
send arguments on failed events
12 years ago
MinRK
5d02c111bb
actually remove irunner
...
and mkdoctests, which was the only user of it
12 years ago
Thomas Kluyver
eb680ddaa6
Fix notebook tests w/ new stream capturing API.
12 years ago
Thomas Kluyver
9da24dda50
Download as always starts downloads in new window/tab
...
This is a slightly worse user experience if it succeeds, because the new
tab flashes up before closing again, but it will let us display an
informative error page if it fails, without navigating the user away
from the interactive notebook view.
12 years ago
Thomas Kluyver
30e8939a27
Separate listing nbconvert exporters to /api/nbconvert
12 years ago
Thomas Kluyver
f53ad55284
Add GET /nbconvert to list available formats
12 years ago
Thomas Kluyver
47e9aad022
Make output_mimetype accessible from the class.
...
Traitlets are only accessible by instantiating the class. There's no
clear reason that this needs to be a traitlet, anyway.
12 years ago
Thomas Kluyver
c2644a20be
Capture server logs when running notebook tests
12 years ago
Thomas Kluyver
c5d0f1614f
Condense raw_mimetype and mime_type traitlets into output_mimetype
12 years ago
Thomas Kluyver
390b13a82c
Add option to download as reST
12 years ago
Thomas Kluyver
17c6af1fcf
Add MIME types to nbconvert exporters
12 years ago
Thomas Kluyver
a3c2f1b5f9
Add menu entries for getting converted views of a notebook
12 years ago
Thomas Kluyver
a6424052f0
Add tests for nbconvert HTTP service
12 years ago
Thomas Kluyver
7655ce579e
Add HTTP handlers for nbconvert
12 years ago
Thomas Kluyver
a0b60a24cd
Option to spew subprocess streams during tests
...
This supersedes PR #4268 .
Run the tests with '--subproc-streams show' to show output from
subprocesses (kernels, IPython.parallel components) in the terminal, or
with '--subproc-streams discard' to send it to /dev/null. By default (or
with '--subproc-streams capture') the output is piped, captured and
displayed only when tests fail. But in some situations, a test fails
because of an error which actually occurred earlier, so you have to see
all the output.
12 years ago
Susan Tan
088987adbe
Fixed various typos in docstrings.
12 years ago
Paul Ivanov
cc42790cad
Merge pull request #4645 from jdfreder/casperjs_utils
...
additional CasperJs utility functions.
12 years ago
Matthias Bussonnier
ed17c53825
Merge pull request #4646 from ellisonbg/output-js
...
Fixing various output related things:
JavaScript output no longer requires calling container.show()
Added output_javascript CSS class that has zero height when empty.
JavaScript error messages are properly indented with the prompt area.
12 years ago
Matthias Bussonnier
5a1a969b07
Merge pull request #4654 from ellisonbg/textcell-padding
...
Fixing left padding of text cells to match that of code cells.
12 years ago
Matthias Bussonnier
4039e246fc
Merge pull request #4306 from minrk/raw-cell-metadata
...
add raw_mimetype metadata to raw cells
12 years ago
Steve Fox
fad1f14142
Bug fix for #4643 : Regex object needs to be reset between calls in tooltip.js
12 years ago
Brian E. Granger
32bd409fc1
Fixing various output related things:
...
This was inspired by PR #4105 .
* JavaScript output no longer requires calling container.show()
* Added output_javascript CSS class that has zero height when
empty.
* JavaScript error messages are properly indented with the prompt
area.
12 years ago
Brian E. Granger
073a982277
Fixing left padding of text cells to match that of code cells.
12 years ago
Matthias Bussonnier
fd74cc7eee
Merge pull request #4576 from ellisonbg/cell-spacing
...
Tighten up the vertical spacing on cells and make the padding of cells more consistent
12 years ago
MinRK
a31ceefb42
use reST in raw cell toolbar
...
reduces width
12 years ago
Min RK
a5774b83a2
Merge pull request #4567 from ellisonbg/indent-cell
...
Adding prompt area to non-CodeCells to indent content.
prompts now appear in the margin of the document.
12 years ago
Brian E. Granger
2734f4cc5b
Cleaning up indentation and spacing of less files touched.
12 years ago
Brian E. Granger
3ec22d90fe
Removing style to delimit output as per dev meeting.
12 years ago
Brian E. Granger
79a12cf907
Adding prompt area to non-CodeCells to indent content.
...
This is a reponse to the problem of having really long lines in
Markdown cells, which makes the content difficult to read. Users
want wide code cells, so we don't want to narrow everything. The
solution here is to give a prompt area to the heading/md cells
to narrow their content area slightly. The only problem is that
this makes it more difficult to distinguish between output
and md content that follows that output. The solve this, we are
adding a narrow line between output and following md.
12 years ago
MinRK
7458f12dca
tweak raw placeholder
12 years ago
Jonathan Frederic
81af3b1781
Fixed bug where cell was not getting inserted because index is optional.
12 years ago