Matthias BUSSONNIER
f91c4f447d
start docummenting kernel
13 years ago
Matthias BUSSONNIER
a2306cff89
Fix layout and add note about custom.css
13 years ago
Matthias BUSSONNIER
9c33de9102
document custom.js
13 years ago
Matthias BUSSONNIER
c83cd14d28
more docs, organize in namespace
13 years ago
Matthias BUSSONNIER
22c477eecf
add doc to base Cell
13 years ago
Matthias BUSSONNIER
42737b6e4b
more docs in cell
13 years ago
Matthias BUSSONNIER
98738e8bc4
Document more function.
...
Change construcs to constructor to be recognized
13 years ago
Matthias BUSSONNIER
9c5516b356
start to document js
13 years ago
Bussonnier Matthias
a0544ec066
Merge pull request #2561 from takluyver/notebook-carriage-return
...
Fix display of plain text containing multiple carriage returns before line feed
13 years ago
Bussonnier Matthias
1f79f5b89e
Merge pull request #2549 from dwf/delete_undo
...
Add a simple 'undo' for cell deletion.
13 years ago
Bussonnier Matthias
56f1f39fbe
Merge pull request #2525 from Carreau/execute_hooks
...
Add event to kernel execution/shell reply.
13 years ago
Thomas Kluyver
015e8e73f4
Fix display of plain text containing multiple carriage returns before line feed.
...
Closes gh-2560
13 years ago
David Warde-Farley
8ecb8cd8fe
Make undelete respect order after insertions/deletions.
13 years ago
David Warde-Farley
bb8249864d
Add comment re: quickhelp key.
13 years ago
David Warde-Farley
f4d471c70e
Move undo quickhelp to more appropriate spot.
13 years ago
David Warde-Farley
33c1f78d33
Add a simple 'undo' for cell deletion.
...
I've accidentally deleted the wrong cell quite a few times and
it has been quite frustrating. This enables a very hacky backup of
the last cell deletion.
I'm sure the core devs will have some opinions on both the feature
and its implementation, I consider this very much a first pass.
13 years ago
Matthias BUSSONNIER
4aea2b495a
add status_started event to Kernel
13 years ago
Matthias BUSSONNIER
68fd917bfb
change all trigger parameter to (event,data)
13 years ago
Matthias BUSSONNIER
afa18913b9
invert event name
13 years ago
Aron Ahmadia
cf0254bc31
Finalizing fixes to MathJax enhancements
...
* Cell.prototype.typeset functionality restored
* MathJax configuration files back in .js, delayedStartup
* Renamed HUB to hub
* Removed vestigial comment
* Restored Markdown Cell placeholder render functionality
13 years ago
Aron Ahmadia
5863b6fd7f
undid unique ids, used jQuery
13 years ago
Aron Ahmadia
4620ce8348
Remove Equation References/Numbering, Fix Bugs
...
Equation References and Numbering are not going to be trivial to add,
so the code has been removed for now. Important fixes include
no-MathJax support (previously, the code was failing), and the
generation of unique ids for the rendering content in each cell,
tremendously speeding up MathJax rendering.
I am still not rendering placeholder text.
13 years ago
Aron Ahmadia
12c661f761
Improved MathJax, missing callback workaround
...
MathJax.InputJax.TeX.resetEquationNumbers is supposed to be available,
but isn't consistently loaded before the notebook fires off its first
re-render request. The code edits in mathjaxutils.js fix this issue.
Additionally, there was some init code in mathjaxutils.js that has been
properly excised to the html templates.
Removed some orphan rendering code so that all typesetting now goes
through mathjaxutils.js
Finally, removed an extra cell in the demo notebook.
13 years ago
Bussonnier Matthias
eba9044f2e
Merge pull request #2464 from iguananaut/nb-out-links
...
Locate URLs in notebook text output and convert them to hyperlinks.
13 years ago
Bussonnier Matthias
fcad4a3f2c
Merge pull request #2498 from Carreau/fixes2487
...
Don't catch tab press when something selected
allow to indent with 'tab' in some cases.
13 years ago
Paul Ivanov
b96b4689ed
added on-hover descriptions of the new menu items
13 years ago
Paul Ivanov
2949cd5787
fine-grained notebook 'run' controls, closes #2521
...
This adds "Run All Above" and "Run All Below" menu items to Cell thanks
to @Carreau for the implementation suggestion
13 years ago
Matthias BUSSONNIER
eeea623161
Add event to kernel execution/shell reply.
...
This should allow to hook more easily phantomjs for testing.
13 years ago
Paul Ivanov
0b3cb7764d
clear In[ ] prompt numbers again
13 years ago
Matthias BUSSONNIER
c1a11bbb3b
Don't catch tab press when something selected
...
fixes #2487
13 years ago
Aron Ahmadia
8d3fbe5901
Refactored to JS standards. Fixed Attribution.
...
thisStyle --> this_style.
function foo() --> var foo = function()
StackExchange improperly attributed for Davide Cervone's
Markdown+MathJax handling. This has been fixed.
Ref:
http://stackoverflow.com/a/11231030/122022
http://www.math.union.edu/~dpvc/transfer/mathjax/mathjax-editing.js
13 years ago
Aron Ahmadia
346173bcad
correct environment rendering
13 years ago
Aron Ahmadia
0caac8cd28
partial refactor, can't quite get environments working
13 years ago
Matthias BUSSONNIER
aa9a5db301
fix bootstrap name conflicts
...
change .tooltip to .ipython_tooltip
class name in css to avoid conflic with bootstrap
don't put header logo in h1 to also avoid conflict
13 years ago
Erik M. Bray
ae27cc7c3e
Locate URLs in text output and convert them to hyperlinks.
14 years ago
Brian E. Granger
2be72dae5d
Merge pull request #2421 from Carreau/nbconsole
...
Some notebook tweaks.
14 years ago
Matthias BUSSONNIER
20fec7b2d0
remove rogue codemirror onUpdate
14 years ago
Brian E. Granger
7ae77c8372
Merge pull request #2127 from Carreau/jsToolbar
...
Ability to build toolbar in JS
14 years ago
Bussonnier Matthias
362eab83aa
Merge pull request #2216 from Carreau/autohighlight
...
Autochange highlight with cell magics
Highlight change is made on cell load and Enter keypress.
For now, it recognizes %%javascript, %%python[3], %%ruby, %%bash , %%R, %%perl.
new modes can easily be added by adding regular expression on config.js
14 years ago
Bussonnier Matthias
b1662530a0
Merge pull request #2442 from minrk/signithalt
...
allow iptest to be interrupted
14 years ago
Min RK
9eb2b0b161
Merge pull request #2240 from minrk/stranded_metadata
...
fix message built for engine dying during task
would result in KeyError on missing 'metadata'
14 years ago
MinRK
d6db92b7e6
allow iptest to be interrupted
...
Previously `^C` would register as a regular test failure, and the test suite would continue, in which case halting `iptest` meant hitting `^C` nine times.
This change makes iptest take notice of sigint in a test runner, and aborts the run.
14 years ago
Bussonnier Matthias
01cdf460cc
align output with input
14 years ago
Bussonnier Matthias
a03764ed67
add ability to create continuation prompt
14 years ago
Bussonnier Matthias
045973b6bb
add insert_cell_at_bottom prototype
14 years ago
Bradley M. Froehle
4982a24bd7
Merge pull request #2326 from Carreau/detachable-pager
...
Detachable pager in notebook.
14 years ago
Ohad Ravid
c58e152f57
Answer Issue #2366
...
If a file notebook is used, and a relative directory is given, make it
absolute.
14 years ago
Bussonnier Matthias
3119f11ba6
change detach icon and tab title
14 years ago
Matthias BUSSONNIER
e0e519afcb
Add scroll_to_cell(cell_number) to the notebook
14 years ago
Matthias BUSSONNIER
f4d9dabc31
remove notification widget leftover
...
fixes #2367
14 years ago