Commit Graph

1596 Commits

Author SHA1 Message Date
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
Min RK
57303f87eb Merge pull request #2852 from minrk/pyzmq_compat
future pyzmq compatibility

update base pyzmq version to 2.1.11

removes MockSocket to avoid compatibility issues with various versions of Python+PyZMQ in test_session.
2013-01-28 19:52:42 -08:00
MinRK
c699d0f6a5 fix callback testing for pyzmq version_info 2013-01-28 16:06:56 -08:00
MinRK
1c196310d4 bump minimum pyzmq version to 2.1.11
and remove the associated workarounds for old pyzmq
2013-01-28 14:21:56 -08:00
Min RK
c82b22b2f1 Merge pull request #2850 from wking/localinterfaces-localhost
Consolidate host IP detection in utils.localinterfaces

This PR replaces a number of hard-coded 127.0.0.1 references with
LOCALHOST, and consolidates the computation of LOCALHOST,
LOCAL_IPS, and a new PUBLIC_IPS in the localinterfaces module.

It's unclear to me when LOCALHOST would not be 127.0.0.1. I suppose
you could have another IP in the 127.0.0.0/8 block, or a IPv6 address.
It may also be possible to not have a loopback interface at all. In
that case it's possible that we need a LOOPBACK variable in
utils.localinterfaces which is a valid loopback interface or None, so
that consumers can differentiate between generic IPs pointing back to
the local host and the loopback interface.
2013-01-28 14:18:23 -08:00
Matthias BUSSONNIER
502fbe92c9 not minify option 2013-01-26 17:29:32 +01:00
Matthias BUSSONNIER
8cfd098bbf migrate from make to fabric 2013-01-26 17:12:52 +01:00
Matthias BUSSONNIER
f2575f15be speedup tooltip 2013-01-26 11:05:37 +01:00
Matthias BUSSONNIER
7ddc6df4b7 speedup transition adn use class instead of id 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
3b4a92742c replace tab by space comment print view action 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
44ca075073 fix select width in toolbar 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
09f6c1a2cc add css reference notebook 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
3b62d50398 condense rendered_html css 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
79a2d0bbd7 use nested rule in rendered_html less file 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
011db71f21 fix stdr background 2013-01-26 11:05:36 +01:00
Matthias BUSSONNIER
3665ce85dc fix body overflow on dashboard 2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
cc821b35fc min and default for engine number 2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
0996bfffd3 change to cluster list
fix css and make engine input of type number
2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
d078afb51a use less as a component 2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
6217b6283e fix a few css rules
especially since the introduction of celltoolbar
2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
1991cc187e remove trailing whitespace 2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
29da710c27 use bootstrap as component with bower 2013-01-26 11:05:35 +01:00
Matthias BUSSONNIER
d173d4613b fix css toolbar 2013-01-26 11:05:34 +01:00