Commit Graph

44 Commits (4aa2bca46c1d413e1aa02b1bd09eb5ebfb52186f)

Author SHA1 Message Date
MinRK f887f050aa cleanup IPython handler settings
13 years ago
MinRK 05ead0496b delete notebook mapping in shutdown_kernel
13 years ago
MinRK 844758cca3 handle failed kernel restart in the notebook
13 years ago
MinRK 5f600a5b9c cleanup boundaries of MultiKernelManager and KernelRestarter classes
13 years ago
Brian E. Granger 1c4f7d679a Removing heartbeat config from the MappingKernelManager.
13 years ago
Brian E. Granger 4e0c180429 Starting to refactor heart beating of notebook kernels.
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 0fb7232c77 fix KeyError creating ZMQStreams in notebook
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
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 ac1a8b0458 Removing return value of restart_kernel.
13 years ago
Brian E. Granger 82f4cf5574 General cleanup of kernelmanger.MultiKernelManager.
13 years ago
Brian E. Granger ea2dc2ecd5 Allow caller of MultiKernelManager.start_kernel to pass kernel_id.
13 years ago
Brian E. Granger 60d158af2a Removing unused code in the notebook MappingKernelManager.
13 years ago
Min RK e306daad47 Merge pull request #1981 from tkf/kill-bg-processes
14 years ago
Min RK 87f3762e64 Merge pull request #1951 from minrk/nbdir
14 years ago
MinRK 61bbd632ef use shutdown_kernel instead of hard kill in notebook
14 years ago
MinRK 20f5c1b0cf enable graceful restart of kernels in notebook
14 years ago
MinRK 272b954d7b use notebook-dir as cwd for kernels
14 years ago
MinRK 58705f3a33 remove remaining references to deprecated XREP/XREQ names
14 years ago
MinRK fd2cc9d19e make MultiKernelManager.kernel_manager_class configurable
14 years ago
MinRK 15ca2aaa20 add first_beat delay to notebook heartbeats
14 years ago
MinRK 70de13a394 add Integer traitlet
14 years ago
MinRK 4d7ef4899e enable HMAC message signing by default in notebook kernels
14 years ago
MinRK b01c6ef0c4 use zmq.KernelManager to manage individual kernels in notebook
14 years ago
Brian E. Granger f1e4a59777 Adding messages to HTTPError raising.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger dfac7eca2b WebSocket url is now passed to browser when a kernel is started.
15 years ago
Brian E. Granger a9d6f2eb2d Major refactor of kernel connection management in the notebook.
15 years ago
Brian E. Granger 8cf1812395 Fixed subtle bug in kernel restarting.
15 years ago
Brian E. Granger a0cbccaa03 Adding kernel/notebook associations.
15 years ago
Brian E. Granger 0c261d5466 Updating the notebook to work with the latex master.
15 years ago
Brian E. Granger 60a21ecc14 Work to adapt routers to new Session message protocol.
15 years ago
Brian E. Granger a66bf72d2b Notebook app debugging.
15 years ago
Brian E. Granger d04eb09f2e Refactoring the notebook app to support the new config system.
15 years ago
Brian E. Granger 52b29af5bd Refactored htmlnotebook session and kernel manager.
15 years ago
Brian Granger 49c970cddf Different clients now share a single zmq session.
15 years ago
Brian Granger 96cb3a8982 Initial reply handling implemented along with css fixes.
15 years ago
Brian Granger 17d899d38f Basic server for htmlnotebook working.
15 years ago
Brian Granger a2aef63d09 Work on the server side of the html notebook.
15 years ago