Matthias BUSSONNIER
|
33dd73eea4
|
some optimisation and code cleaning
optimisation are not obvious, but order and time of attribute creation
in javascript have impact for VMs apparently (Google IO talk on V8)
|
12 years ago |
Matthias BUSSONNIER
|
5db9624d44
|
prompt '*' strore fix + tab remove tooltip
tab was not cancelling tooltip bringing to cases where you could have
tooltip andcompleter open.
Do not store '*' when serializing cells.
|
12 years ago |
Min RK
|
a1afcd92b4
|
Merge pull request #4398 from Carreau/no-tooltip-on-tab
[Notebook] Deactivate tooltip on tab by default.
|
12 years ago |
Matthias BUSSONNIER
|
d90429366b
|
Remove tooltip on tab logic
|
12 years ago |
MinRK
|
90f67d3bbe
|
add CodeCell.get_callbacks
for reusing default execute callbacks
|
12 years ago |
MinRK
|
aa388570d3
|
jshint on codecell
|
12 years ago |
MinRK
|
d99e25f245
|
refactor js callbacks
all callbacks get the whole message
|
12 years ago |
MinRK
|
0558ec4ce0
|
Cells shouldn't know about Sessions
|
12 years ago |
MinRK
|
e16a5807c7
|
fixup bad rebase
|
12 years ago |
Zachary Sailer
|
da58c8c470
|
Fixed session js ajax request.
Session was not creating a kernel object on the client side,
after the server created successfully created a session.
|
12 years ago |
Zachary Sailer
|
bfff3d817d
|
Fixed bug when linking kernel to new code cells
|
12 years ago |
Brian E. Granger
|
54c751ce50
|
Merge pull request #4229 from jdfreder/clearoutput
Clear_output: Animation & widget related changes.
|
13 years ago |
Jonathan Frederic
|
6bfd28b91d
|
Added wait flag to clear_output.
|
13 years ago |
Jonathan Frederic
|
00f0c827e9
|
Removed ability to clear stdout and stderr individually.
|
13 years ago |
MinRK
|
5d19c204db
|
clear previous callbacks on execute
avoids mixed up display of multiple executions in one output area
when a cell is resubmitted.
closes #4223
|
13 years ago |
Takeshi Kanmae
|
9ceedb62d0
|
Have remove_and_cancel_tooltip() return a boolean
|
13 years ago |
Takeshi Kanmae
|
a11ebc8b0a
|
ESC should be handled by CM if tooltip is not on
|
13 years ago |
Matthias BUSSONNIER
|
fc8f118610
|
store default codemirror mode in only 1 place
|
13 years ago |
MinRK
|
9845ba1416
|
add missing store_history key to Notebook execute_requests
|
13 years ago |
Jessica B. Hamrick
|
9973445f9a
|
Closes #3788
|
13 years ago |
MinRK
|
f9dd129e1c
|
remove notebook read-only view
it is largely broken, and had problematic security issues.
|
13 years ago |
MinRK
|
127a0669ff
|
enable comment/uncomment selection
with `(cmd|ctrl)-/`
closes #1540
|
13 years ago |
Matthias BUSSONNIER
|
2272edf715
|
correct static path for CM modes autoload
this shoudl also allow to require CM python mode for ipython mode and
only pass a config options.
|
13 years ago |
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
13 years ago |