MinRK
c0ec02bdb4
swallow enter event in rename dialog
...
avoids adding newline in cell after dialog is closed.
closes #3926
13 years ago
Min RK
bf7704e622
Merge pull request #3918 from ivanov/fix-3916
...
added check_for_tornado
closes #3916
13 years ago
Paul Ivanov
b435738592
added check_for_tornado, closes #3916
...
This way, those relying on the output of `python setup.py install` get
clued in about the fact that it is required for the notebook
13 years ago
Min RK
db01a67d5f
Merge pull request #3896 from ivanov/fix-3895
...
two column quickhelp dialog
fits on one page.
closes #3895
13 years ago
Paul Ivanov
2ac1ff0280
Merge pull request #3911 from minrk/cm-ipython
...
explicitly load python mode before IPython mode
13 years ago
MinRK
a186b25626
explicitly load python mode before IPython mode
...
ensures IPython mode gets defined at startup,
which can sometimes fail because the Python mode was loaded dynamically.
closes #3636
13 years ago
Paul Ivanov
481a6a3070
two column quickhelp dialog, closes #3895
...
now that quickhelp is a modal dialog, it makes sense to have it be wider
and have the shortcuts take up two columns, instead of one. This change
makes that possible. See the results here:

13 years ago
Paul Ivanov
581f75517a
Merge pull request #3892 from andreabedini/patch-1
...
Fix documentation of Kernel.stop_channels
13 years ago
Andrea Bedini
47b873295a
Fix documentation of Kernel.stop_channels
13 years ago
Min RK
cb349c4320
Merge pull request #3864 from ivanov/fix-2960
...
add keyboard shortcut to docs
closes #2960
13 years ago
Paul Ivanov
9a5d83b017
add keyboard shortcut to docs, closes #2960
13 years ago
Min RK
ac88931fee
Merge pull request #3850 from minrk/store_history
...
add missing store_history key to Notebook execute_requests
13 years ago
Min RK
76b45c7bd3
Merge pull request #3844 from minrk/payload
...
update payload source
should be simple key, not Python- (or worse, IPython-) specific long key.
I could have sworn I did this long ago, but apparently the source key was only updated in display_data, not execute_reply.
13 years ago
Min RK
40b113fc4e
Merge pull request #3848 from minrk/empty-docstring
...
fix incorrect `empty-docstring`
13 years ago
Min RK
14da30f06f
Merge pull request #3836 from jhamrick/no-mathjax
...
Parse markdown correctly when mathjax is disabled
Closes #3835
13 years ago
MinRK
9845ba1416
add missing store_history key to Notebook execute_requests
13 years ago
MinRK
1f97024d2b
fix incorrect `empty-docstring`
...
in notebook tooltip.
The else condition wasn't quite right, and would set doctsring to 'empty doctsring'
even when there was a doctoring.
13 years ago
Min RK
50fba9453e
Merge pull request #3831 from minrk/nbdoc
...
update nbconvert doc with new CLI
13 years ago
Jessica B. Hamrick
3001ef8535
Parse markdown correctly when mathjax is disabled
13 years ago
MinRK
6277c845c3
update payload source
...
should be simple key, not Python (or worse, IPython) specific long key.
I could have sworn I did this long ago,
but apparently the source key was only updated in display_data,
not execute_reply.
13 years ago
MinRK
af231f6177
add pandoc note
13 years ago
MinRK
dd7e990b7d
add some detail in rst and markdown output
13 years ago
MinRK
71a6794371
rename nbconvert doc to nbconvert.rst
13 years ago
MinRK
8315ae4ed1
update nbconvert doc
...
update to new CLI
remove documentation of ill-advised `--script` option.
13 years ago
MinRK
f9ded17c22
remove pylab from notebook doc
13 years ago
Min RK
a95cec67ea
Merge pull request #3824 from minrk/heading-link-local
...
don't set target on internal markdown links
simple in-page anchor navs shouldn't open a new tab.
13 years ago
Min RK
cf897b1b92
Merge pull request #3816 from Carreau/depylab
...
s/pylab/matplotlib in docs
Remove most remaining mentions of `--pylab` in the docs.
13 years ago
Matthias Bussonnier
46dd601dd8
Merge pull request #4 from minrk/pr/3816
...
Finish up PR #3816
13 years ago
MinRK
ef6b991881
don't set target on internal markdown links
...
simple in-page anchor-nav shouldn't open a new tab.
13 years ago
MinRK
698953e8b1
don't recommend `ipython notebook --matplotlib`
13 years ago
MinRK
92e5c3c873
Merge Pull Request #3772
...
from dpsanders/notebook_docs_refactored
closes #3772
13 years ago
MinRK
984cc1315d
fix a few markup issues and inaccuracies
13 years ago
MinRK
b045fa70c9
txt/rst in notebook docs
13 years ago
David P. Sanders
152e515424
Initial refactoring of htmlnotebook.txt into 3 parts.
...
Renamed htmlnotebook.txt to notebook.txt. 79-char width hard wrapping imposed. Rearrangment of order and level within notebook.txt. Almost no text modified.
13 years ago
Matthias BUSSONNIER
8b71a49fc2
remove again a few other occurences
13 years ago
Jonathan Frederic
f782beb830
Merge pull request #3784 from jdfreder/export_flavors
...
nbconvert: Export flavors & PDF writer (ipy dev meeting)
13 years ago
Jonathan Frederic
de691a5ba2
Part way through adding 'flavor' support
13 years ago
Jonathan Frederic
181b8709b3
Merge pull request #3770 from damianavila/group_reveal
...
Organizing reveal's templates.
13 years ago
Matthias Bussonnier
433761dac3
Merge pull request #3782 from minrk/import-nb-example
...
add Importing Notebooks example
13 years ago
MinRK
9c94c96bec
remove informal notes from importing example
13 years ago
Matthias Bussonnier
e2538556b7
Merge pull request #3793 from jhamrick/master
...
Disable autotooltip if no docstring
This will disable the tooltip if there's no docstring, after ( is typed. Pressing tab to request the tooltip will still bring it up. This hasn't been tested against the Julia kernel, however.
Closes #3788
13 years ago
Jessica B. Hamrick
9973445f9a
Closes #3788
13 years ago
Matthias Bussonnier
11cffbe52e
Merge pull request #3781 from minrk/oinfo_request
...
comply with the message spec in the notebook
13 years ago
MinRK
1c7002cd64
add Importing Notebooks example
13 years ago
MinRK
d3540da8f5
add missing block key in complete_request
13 years ago
MinRK
defd49a8b9
comply with the message spec in object_info requests
...
missing detail_level key
13 years ago
Matthias Bussonnier
5de1fc038f
Merge pull request #3779 from minrk/new
...
remove bad `if logged_in` preventing new-notebook without login
Min's mistake :-)
13 years ago
MinRK
03883d82e4
remove bad `if logged_in` preventing new-notebook without login
13 years ago
Matthias Bussonnier
e07ddebdf6
Merge pull request #3743 from minrk/noro
...
remove notebook read-only view
it is largely broken, and had problematic security issues.
13 years ago
Matthias Bussonnier
b78f0851a3
Merge pull request #3732 from minrk/slow-save-on-close
...
add delay to autosave in beforeunload
allows forceful 'discard changes' by reloading the page and dismissing the warning.
The timer doesn't start until after the dialog is dismissed, so if you decide to nav away without saving changes, the changes will actually not be saved.
13 years ago