damianavila
ba701557f3
Fixing docs.
13 years ago
damianavila
2894b267b5
Added working speaker notes for slides.
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
damianavila
309649e469
Fixed path in setupbase, again...
13 years ago
damianavila
839cd00e50
Fixed typo in reveal/*.tpl path in setupbase.
13 years ago
damianavila
61cc245423
Add reveal/*.tpl path to setupbase.
13 years ago
Matthias Bussonnier
68cf7df38a
Merge pull request #3741 from minrk/badnbmsg
...
better message when notebook format is not supported
different messages for bad version and bad JSON.
closes #1592
13 years ago
Min RK
4013b972a8
Merge pull request #3766 from StefanKarpinski/master
...
handle missing metadata in pyout messages more gracefully.
13 years ago
Stefan Karpinski
f0cb45536c
handle empty metadata in pyout messages more gracefully.
13 years ago
MinRK
f9dd129e1c
remove notebook read-only view
...
it is largely broken, and had problematic security issues.
13 years ago
MinRK
2a09958bb6
better message when notebook format is not supported
...
Different messages for bad version and bad JSON.
closes #1592
13 years ago
MinRK
6970a79e6a
add delay to autosave in beforeunload
...
allows forceful 'discard changes' by reloading the page and dismissing the warning,
which @fperez really wanted today.
13 years ago