Matthias BUSSONNIER
6ed926be7b
fix baseUrl
2013-02-16 17:43:14 +01:00
Bussonnier Matthias
9cd9e5db73
Merge pull request #2903 from Carreau/toggle-line-number
...
Specify toggle value on cell line number
2013-02-16 07:20:55 -08:00
Bussonnier Matthias
a1a32e82ff
Merge pull request #2911 from Carreau/output-order-conf
...
display order in output area configurable
2013-02-16 07:11:32 -08:00
Bussonnier Matthias
f99f0571d7
Merge pull request #2897 from Carreau/baseurl-meth
...
Dont rely on BaseProjectUrl data in body tag
2013-02-16 07:10:10 -08:00
Bussonnier Matthias
0a25fb8749
Merge pull request #2894 from Carreau/cm-configurable
...
Cm configurable
2013-02-16 07:09:31 -08:00
Matthias BUSSONNIER
f6298c6c7f
use show method in toggle method
2013-02-16 11:59:26 +01:00
Matthias BUSSONNIER
1f402a1dac
remove unused/not working function
2013-02-16 11:47:31 +01:00
Matthias BUSSONNIER
e965757a33
simplify logic
2013-02-16 11:44:13 +01:00
Bussonnier Matthias
b8fe73ba3c
Merge pull request #2932 from takluyver/get-static-files
...
Simplify using notebook static files from external code
2013-02-14 23:54:24 -08:00
Thomas Kluyver
9e2894caa2
Simplify using notebook static files from external code.
2013-02-14 16:52:54 +00:00
Bussonnier Matthias
1467f5b59f
abstract, cleanup and document
...
Separate the methods that actually insert dom element for easier
testing.
Cleanup, and order methods more logically
add "docstring"
2013-02-13 22:35:42 +01:00
Bussonnier Matthias
0c5c5b9c83
Merge pull request #2906 from Carreau/mkypatch-cm
...
Unpatch/Monkey patch CM
2013-02-13 13:00:45 -08:00
Bussonnier Matthias
a6ec75a96b
Merge pull request #2921 from minrk/undo-cell-menu
...
add menu item for undo delete cell
2013-02-13 12:57:20 -08:00
Matthias BUSSONNIER
44385d9c7f
jslint
2013-02-12 23:13:09 +01:00
Matthias BUSSONNIER
bd59389626
fix bad logic
2013-02-12 21:32:17 +01:00
MinRK
b7fe08c91c
add disabled state to undo-delete-cell when unavailable.
2013-02-12 10:53:10 -08:00
MinRK
7566379d14
add menu item for undo delete cell
...
closes #2920
2013-02-12 10:47:06 -08:00
Matthias BUSSONNIER
d9480a5643
refactor cellc
2013-02-12 18:06:02 +01:00
Matthias BUSSONNIER
2d07627cb1
factor valid cell index logic
2013-02-12 17:28:13 +01:00
Matthias BUSSONNIER
763e7a31ce
doc fixes
2013-02-12 16:56:34 +01:00
Matthias BUSSONNIER
70713da4d4
Method to show hide linenumber of cell
...
mostly convenience methods to wrap codemirror one,
plus doc and 1 doc fix (missing curly bracket)
2013-02-10 19:49:33 +01:00
Bussonnier Matthias
1445b189d4
Merge pull request #2885 from Carreau/monospace-pager
...
get monospace pager back
2013-02-10 10:43:24 -08:00
Matthias BUSSONNIER
fc2ee6289b
display order in output area configurable
2013-02-10 18:55:48 +01:00
Matthias BUSSONNIER
a05bb1cfe3
fix default empty option
2013-02-10 17:23:10 +01:00
Matthias BUSSONNIER
f74bb684f6
Make CodeMirror configurable
...
Both on a per class and per instance basis, using an option dict
in constructor and per class dict
2013-02-10 14:56:07 +01:00
Bussonnier Matthias
0e3b818ff9
Merge pull request #2876 from Carreau/fixctff
...
fix celltoolbar layout on FF
Ok, bug was due to an extra empty div... This seem to lok ok on both FF and Chrome OS X.
Think of adding
$.getScript('/static/js/celltoolbarpresets/example.js')
to your custom.js to fully test.
2013-02-10 04:35:29 -08:00
Min RK
257c9745bc
Merge pull request #2908 from minrk/onemoreip
...
fix last remaining KernelApp reference
2013-02-09 15:50:03 -08:00
MinRK
e1748fe10a
fix last remaining KernelApp reference
2013-02-09 15:48:05 -08:00
Matthias BUSSONNIER
f54216e4f6
monkey patch codemirror with new functionality
...
use marijnh recommended way:
https://github.com/marijnh/CodeMirror/pull/661
2013-02-09 22:39:05 +01:00
Matthias BUSSONNIER
5f135d66ea
pass baseUrl as option
2013-02-08 14:12:42 +01:00
Bussonnier Matthias
6561a98368
change more baseurl
2013-02-08 00:38:12 +01:00
Bussonnier Matthias
a0b9736397
make base project url a method on notebook list
2013-02-08 00:10:14 +01:00
Bussonnier Matthias
09e221af6b
add option in menubar to set baseproject url
2013-02-07 23:56:20 +01:00
Bussonnier Matthias
7a300d7ff3
make baseProjectUrl a method in Menubar
2013-02-07 23:32:48 +01:00
Thomas Kluyver
da5e3f5121
Merge pull request #2893 from minrk/fab
...
exclude fabfile from tests
2013-02-07 09:21:29 -08:00
MinRK
cb56d2378b
exclude fabfile from tests
...
closes #2890
2013-02-07 09:03:42 -08:00
Matthias BUSSONNIER
2fbb909bb3
get monospace pager back
2013-02-05 18:09:22 +01:00
Matthias BUSSONNIER
93b5ea9d86
remove one useless element
2013-02-05 09:49:54 +01:00
Matthias BUSSONNIER
9ba887ed95
fix button css
2013-02-05 09:40:32 +01:00
Min RK
20071271bf
Merge pull request #2877 from Carreau/minor-css-fixes
...
minor css fixes, forgotten ";" and remove commented rules.
2013-02-04 16:24:22 -08:00
Min RK
a719cd2776
Merge pull request #2880 from mspacek/inprocess
...
update examples and docs after kernel move
mostly just s/zmq/kernel.zmq/ and s/inprocess/kernel.inprocess/ changes.
2013-02-04 15:26:26 -08:00
Martin Spacek
c7007aa7ce
IPython.zmq
--> IPython.kernel.zmq
throughout docs and examples
2013-02-04 15:20:01 -08:00
Matthias BUSSONNIER
a9e06112ef
minor css fixes
2013-02-03 12:47:37 +01:00
Matthias BUSSONNIER
c426f8d40d
fix celltoolbar layout on FF
2013-02-03 12:17:01 +01:00
Brian E. Granger
418b89e623
Merge pull request #2872 from minrk/fixpayloads
...
fix payload keys
2013-02-01 11:07:52 -08:00
MinRK
d684fb8529
fix payload keys
...
A few changes left out from PR #2854
prevented pager or set_next_input (%load) from working in the notebook.
2013-01-31 21:14:32 -08:00
Min RK
258614ac7c
Merge pull request #2869 from ellisonbg/toolbar-select
...
Fixing styling of toolbar selects (cell type, toolbar type) on FF.
FF needed padding 0 on that element.
2013-01-31 13:52:08 -08:00
Brian Granger
182ac53568
Fixing styling of toolbar selects on FF.
2013-01-31 13:40:40 -08:00
Brian E. Granger
25fb761da3
Merge pull request #2708 from Carreau/less-css
...
Less css
2013-01-31 12:18:51 -08:00
Matthias BUSSONNIER
97558508a2
fix mdcell background color
2013-01-31 19:50:48 +01:00