Commit Graph

1769 Commits

Author SHA1 Message Date
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
Min RK
fcb9430912 Merge pull request #2854 from minrk/2853b
Move kernel code into IPython.kernel

inprocess Kernel in kernel.inprocess
zmq Kernel in kernel.zmq
KernelManager stuff and ulities in top-level kernel

Main functional change: allow custom kernel Popen command

- [x] adds `KernelManager.kernel_cmd` configurable for launching a custom kernel
- [x] splits entry_point.base_launch_kernel into two steps: making the launch cmd and launching the subprocess
- [x] figure out where the entry_point functions belong, if it should be anywhere else
- [x] move IPython.zmq.kernelmanagerabc to IPython.kernel.kernelmanagerabc
- [x] move IPython.lib.kernel/IPython/zmq.entry_point to IPython.kernel.launcher / connect
- [x] move zmq.ipkernelapp.IPKernelApp to zmq.kernelapp  (I'll look at merging the classes, and see if it makes 
- [x] move IPython.zmq to IPython.kernel.zmq
- [x] move IPython.inprocess to IPython.kernel.inprocess
- [x] move embed_kernel from zmq.ipkernelapp to zmq.embed
- [x] move MultiKernelManager to IPython.kernel.multikernelmanager.
- [x] move IPython.zmq.blockingkernelmanager to IPython.kernel.blockingkernelmanager.
- [x] move IPython.zmq.kernelmanager to IPython.kernel.kernelmanager.
- [x] move IPython.ipkernel.Kernel to IPython.kernel.kernel.
2013-01-31 10:05:25 -08:00
Matthias BUSSONNIER
478d8b9818 remove selected cell background 2013-01-31 13:30:14 +01:00
Matthias BUSSONNIER
3ba80dd0ac use super in templates 2013-01-30 19:06:21 +01:00
Matthias BUSSONNIER
023a53e3f5 re-fix cluster list 2013-01-30 19:01:33 +01:00
Matthias BUSSONNIER
a19c9c2ed6 propagate use_less flag in all pages 2013-01-30 18:54:31 +01:00
Matthias BUSSONNIER
38cc133273 move ref css ipynb 2013-01-30 15:20:43 +01:00
Matthias BUSSONNIER
fe9bcdec21 fix line below header 2013-01-30 14:53:32 +01:00
Matthias BUSSONNIER
c3b2d7d4d5 fix global font size 2013-01-30 14:46:34 +01:00
Matthias BUSSONNIER
45e4e0809a fix celltoolbar css 2013-01-30 14:43:08 +01:00
Matthias BUSSONNIER
0d68be801d some css fixes 2013-01-30 13:53:41 +01:00
MinRK
c4c8d970aa define and test IPython.kernel public API 2013-01-29 20:44:33 -08:00
MinRK
11a01f86ce move IPython.inprocess to IPython.kernel.inprocess 2013-01-29 19:34:51 -08:00
MinRK
1d0cae7b2e mv IPython.zmq to IPython.kernel.zmq 2013-01-29 15:17:07 -08:00
MinRK
77715d328a move multikernelmanager to IPython.kernel 2013-01-29 14:41:09 -08:00
MinRK
ff113b106e move zmq.KernelManagers into IPython.kernel 2013-01-29 14:19:57 -08:00
Matthias BUSSONNIER
f2f07f3d6f fix alignemtn 2013-01-29 23:07:19 +01:00
Matthias BUSSONNIER
1599ac6470 fix color 2013-01-29 22:30:28 +01:00
Matthias BUSSONNIER
030211f073 fix tooltip 2013-01-29 22:25:20 +01:00
Matthias BUSSONNIER
af47d9b287 fix border color and select height 2013-01-29 22:04:43 +01:00
MinRK
1f35decb54 move IPKernelApp from zmq.ipkernel to zmq.kernelapp
- merged IPKernelApp into KernelApp, they are no longer separate classes
- embed_kernel moved to its own file
- ipkernel now only contains the Kernel class
- associated imports updated
2013-01-28 22:27:50 -08:00
MinRK
98dd01411e test IPython.kernel 2013-01-28 22:25:58 -08:00
MinRK
8338b936db move utils.kernel (formerly entry_point and lib.kernel) to kernel.util 2013-01-28 20:23:16 -08:00
MinRK
b24d16b532 move IPython.lib.kernel to IPython.utils.kernel
where it always should have been.
2013-01-28 20:06:42 -08:00