Commit Graph

1540 Commits (c4c8d970aa8ed25e64bc51d5acabbf33ca843520)
 

Author SHA1 Message Date
MinRK c4c8d970aa define and test IPython.kernel public API
13 years ago
MinRK 11a01f86ce move IPython.inprocess to IPython.kernel.inprocess
13 years ago
MinRK 1d0cae7b2e mv IPython.zmq to IPython.kernel.zmq
13 years ago
MinRK 77715d328a move multikernelmanager to IPython.kernel
13 years ago
MinRK ff113b106e move zmq.KernelManagers into IPython.kernel
13 years ago
MinRK 1f35decb54 move IPKernelApp from zmq.ipkernel to zmq.kernelapp
13 years ago
MinRK 98dd01411e test IPython.kernel
13 years ago
MinRK 8338b936db move utils.kernel (formerly entry_point and lib.kernel) to kernel.util
13 years ago
MinRK b24d16b532 move IPython.lib.kernel to IPython.utils.kernel
13 years ago
Min RK 57303f87eb Merge pull request #2852 from minrk/pyzmq_compat
13 years ago
MinRK c699d0f6a5 fix callback testing for pyzmq version_info
13 years ago
MinRK 1c196310d4 bump minimum pyzmq version to 2.1.11
13 years ago
Min RK c82b22b2f1 Merge pull request #2850 from wking/localinterfaces-localhost
13 years ago
Min RK 632cbf6927 Merge pull request #2839 from minrk/jinja
13 years ago
W. Trevor King d1506a5a02 frontend.html.notebook: Use utils.localinterfaces.LOCALHOST
13 years ago
Min RK 9f5baaf821 Merge pull request #2811 from minrk/ipc_defaults
13 years ago
Brian E. Granger 0abfc848ef Merge pull request #2828 from ellisonbg/jscleanup
13 years ago
MinRK 27dab0b2fd add jinja to optional dependencies in setup.py
13 years ago
Brian E. Granger 11d65e3bac Minor changes.
13 years ago
Brian E. Granger 8698f6af46 Removing call to $.browser which went away in jQuery 1.9.
13 years ago
Brian E. Granger b9193360a2 Refactoring WebSocket connection failure logic.
13 years ago
Brian E. Granger 0d94e67a47 Making completer.js independent of IPython.notebook.
13 years ago
Brian E. Granger e5d355dfd1 Fixing notebook.css to make more robust in embedding.
13 years ago
Brian E. Granger 7714f3d058 Removing IPython.notebook references from tooltip.js
13 years ago
Bussonnier Matthias 3ed81f140e Merge pull request #2817 from minrk/ol
13 years ago
MinRK 827c17a74f change ol format order
13 years ago
Min RK 8a8179fbb7 Merge pull request #2537 from ellisonbg/examples
13 years ago
Thomas Kluyver 4288d5dcc5 More changes to example notebooks for Python 3 compatibility
13 years ago
Brian Granger 83406924f1 More changes to example notebooks.
13 years ago
Brian Granger 7cca8cecfa First go and reorganizing the examples.
13 years ago
Brian Granger 27d5b1b8cb Moving examples to the top level.
13 years ago
MinRK fa989a99a1 ip/transport live in KernelManager now
13 years ago
Brian E. Granger f7b78af056 Merge pull request #2789 from ellisonbg/celltoolbar-style
13 years ago
Brian Granger 4c5cbb71ea Removing unneeded ui-widget class.
13 years ago
Min RK 165b652c0e Merge pull request #2805 from minrk/fixnb
13 years ago
MinRK 0fb7232c77 fix KeyError creating ZMQStreams in notebook
13 years ago
Min RK 40fb853bc7 Merge pull request #2775 from ellisonbg/kernelid
13 years ago
Brian Granger fc7a20a8e1 Decoupling the celltoolbar select UI from CellToolbar.
13 years ago
Brian Granger fd34f3d536 Minor tweaks to the css to enable single cell hide/show.
13 years ago
Brian Granger b6c7d7965c Further cleanup for celltoolbars.
13 years ago
Matthias BUSSONNIER a27a0f4980 gshow
13 years ago
Brian E. Granger dcf874e93f Fixing styling issues with CellToolbar.
13 years ago
Brian E. Granger 0fb34356a3 Fixing last few things with the test suite for kernel managers.
13 years ago
Brian E. Granger deb05ec4a2 Make KernelManager.kill_kernel private.
13 years ago
Min RK def9d4c51e Merge pull request #2796 from kmike/cookie-fix
13 years ago
Brian Granger b7dd63d720 Creating an ABC for kernel managers and channels.
13 years ago
Brian E. Granger 2900b67ff3 Adding calls to shell_channel.stop() to shutdown.
13 years ago
Brian E. Granger afaad23a57 Adding tested ipc support to MultiKernelManager.
13 years ago
Brian E. Granger 64bec56589 Refactoring kernel_died method to make subclass friendly.
13 years ago
Brian E. Granger f37d707c08 Creating application.config attribute.
13 years ago